FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit de12beb8 authored by L. Bower's avatar L. Bower
Browse files

investigating failing env suit full fat failure

parent d67f6fe8
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,8 @@ class TestEnvSuit(BaseEnvSuitTestSuite.EnvSuitTestSuite):
if IntegrationTestUtils.TEST_OUT_PATH is None or not os.path.isdir(
IntegrationTestUtils.TEST_OUT_PATH):
TestEnvSuit.write_temp_run_config_file()
TestEnvSuit.run_env_pipeline()
print("running unittest pipeline -1")
# TestEnvSuit.run_env_pipeline()
else:
print(f"output in {IntegrationTestUtils.TEST_OUT_PATH} already written, skipping rerun")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment