We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da97b5 commit 1731f24Copy full SHA for 1731f24
tests/integ/test_kmeans_efs_fsx.py
@@ -38,8 +38,8 @@
38
39
@pytest.fixture(scope="module")
40
def efs_fsx_setup(sagemaker_session):
41
- fs_resources = set_up_efs_fsx(sagemaker_session)
42
try:
+ fs_resources = set_up_efs_fsx(sagemaker_session)
43
yield fs_resources
44
finally:
45
tear_down(sagemaker_session, fs_resources)
tests/integ/test_tf_efs_fsx.py
@@ -41,8 +41,8 @@
46
47
48
0 commit comments