Skip to content

Commit

Permalink
test skipped (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaydeci committed Jul 18, 2023
1 parent 3aafb22 commit c1587c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/deci_core_recipe_test_suite_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

from tests.recipe_training_tests.automatic_batch_selection_single_gpu_test import TestAutoBatchSelectionSingleGPU
from tests.recipe_training_tests.coded_qat_launch_test import CodedQATLuanchTest
from tests.recipe_training_tests.shortened_recipes_accuracy_test import ShortenedRecipesAccuracyTests

# from tests.recipe_training_tests.shortened_recipes_accuracy_test import ShortenedRecipesAccuracyTests


class CoreUnitTestSuiteRunner:
Expand All @@ -19,7 +20,7 @@ def _add_modules_to_unit_tests_suite(self):
:return:
"""
self.recipe_tests_suite.addTest(self.test_loader.loadTestsFromModule(CodedQATLuanchTest))
self.recipe_tests_suite.addTest(self.test_loader.loadTestsFromModule(ShortenedRecipesAccuracyTests))
# self.recipe_tests_suite.addTest(self.test_loader.loadTestsFromModule(ShortenedRecipesAccuracyTests))
self.recipe_tests_suite.addTest(self.test_loader.loadTestsFromModule(TestAutoBatchSelectionSingleGPU))


Expand Down

0 comments on commit c1587c5

Please sign in to comment.