Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjiaqi authored and yinjiaqi committed Dec 20, 2024
1 parent 7729629 commit 3c066ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_utils_logging_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from appbuilder.utils.logger_util import LoggerWithLoggerId, LOGGING_CONFIG, TIME_HANDLERS_FILE


# @unittest.skipUnless(os.getenv("TEST_CASE", "UNKNOWN") == "CPU_PARALLEL", "")
@unittest.skipUnless(os.getenv("TEST_CASE", "UNKNOWN") == "CPU_PARALLEL", "")
class TestTestUtilsLoggingUtil(unittest.TestCase):
def setUp(self):
self.logger = LoggerWithLoggerId(LOGGING_CONFIG["loggers"]["appbuilder"], {}, 'DEBUG')
Expand Down

0 comments on commit 3c066ab

Please sign in to comment.