Skip to content

Commit d402710

Browse files
committed
Change the shared_performance_test_cluster scope from session to class
1 parent 3ea5186 commit d402710

File tree

1 file changed

+1
-1
lines changed
  • tests/integration-tests/tests/performance_tests

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/performance_tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
NUMBER_OF_NODES = [8, 16, 32]
2020

2121

22-
@pytest.fixture(scope="session")
22+
@pytest.fixture(scope="class")
2323
def shared_performance_test_cluster(
2424
vpc_stack, pcluster_config_reader, clusters_factory, test_datadir, s3_bucket_factory
2525
):

0 commit comments

Comments
 (0)