Skip to content

Commit

Permalink
switch off the IS for test_augs
Browse files Browse the repository at this point in the history
  • Loading branch information
kprokofi committed Nov 13, 2024
1 parent 88fa4a7 commit a01c507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/api/test_augmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _test_augmentation(
INST_SEG_RECIPES = [recipe for recipe in pytest.RECIPE_LIST if "/instance_segmentation/" in recipe]


@pytest.mark.parametrize("recipe", CLS_RECIPES + DET_RECIPES + INST_SEG_RECIPES)
@pytest.mark.parametrize("recipe", CLS_RECIPES + DET_RECIPES)
def test_augmentation(
recipe: str,
fxt_target_dataset_per_task: dict,
Expand Down

0 comments on commit a01c507

Please sign in to comment.