FAQ | This is a LIVE service | Changelog

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

investigating failing env suit full fat failure

parent 46e65674
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,9 @@ class TestEnvSuit(BaseEnvSuitTestSuite.EnvSuitTestSuite): ...@@ -66,7 +66,9 @@ class TestEnvSuit(BaseEnvSuitTestSuite.EnvSuitTestSuite):
@staticmethod @staticmethod
def run_env_pipeline(): def run_env_pipeline():
component = 'Environment' component = 'Environment'
IntegrationTestUtils.run_unittest_pipeline(component, IntegrationTestUtils.TEST_START_DATE) print("running unittest pipeline0")
# IntegrationTestUtils.run_unittest_pipeline(component, IntegrationTestUtils.TEST_START_DATE)
if __name__ == '__main__': if __name__ == '__main__':
......
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