FAQ | This is a LIVE service | Changelog

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

commenting test back in

parent 9d398887
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,7 @@ 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()
print("running unittest pipeline -1")
# TestEnvSuit.run_env_pipeline()
TestEnvSuit.run_env_pipeline()
else:
print(f"output in {IntegrationTestUtils.TEST_OUT_PATH} already written, skipping rerun")
......@@ -67,8 +66,6 @@ class TestEnvSuit(BaseEnvSuitTestSuite.EnvSuitTestSuite):
@staticmethod
def run_env_pipeline():
component = 'Environment'
print("running unittest pipeline0")
IntegrationTestUtils.run_partial_integration_test_pipeline(component, IntegrationTestUtils.TEST_START_DATE)
......
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