Skip to content

Commit 697ca7a

Browse files
committed
Force ML functionality tests
1 parent 759beb9 commit 697ca7a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/test_ml_funcs.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
MODEL_NAME = 'Instance segmentation (trained on COCO)'
1818

1919

20-
@pytest.mark.skipif(
21-
"SA_ML_FUNCTIONALITY" not in os.environ,
22-
reason="Requires env variable to be set"
23-
)
2420
def test_run_prediction():
2521

2622
upload_project(
@@ -76,10 +72,6 @@ def test_run_prediction():
7672
assert (len(succeded_imgs) + len(failed_imgs)) == 4
7773

7874

79-
@pytest.mark.skipif(
80-
"SA_ML_FUNCTIONALITY" not in os.environ,
81-
reason="Requires env variable to be set"
82-
)
8375
def test_run_segmentation():
8476

8577
model_auto = 'autonomous'

0 commit comments

Comments
 (0)