Skip to content

Commit 1e7fcc8

Browse files
authored
Removing unnecessary test case
1 parent dfa9644 commit 1e7fcc8

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

tests/integ/test_tf_script_mode.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,7 @@
4040

4141
@pytest.fixture(
4242
scope="session",
43-
params=[
44-
"ml.c4.xlarge",
45-
pytest.param(
46-
"ml.p2.xlarge",
47-
marks=pytest.mark.skipif(
48-
tests.integ.test_region() in tests.integ.HOSTING_NO_P2_REGIONS
49-
or tests.integ.test_region() in tests.integ.TRAINING_NO_P2_REGIONS,
50-
reason="no ml.p2 instances in this region",
51-
),
52-
),
53-
],
43+
params=["ml.c4.xlarge"]
5444
)
5545
def instance_type(request):
5646
return request.param

0 commit comments

Comments
 (0)