From fc1e6465bffcae490114d16ff8a723f813a0c576 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Tue, 18 Jul 2023 10:57:26 +0100
Subject: [PATCH] investigating failing env suit full fat failure

---
 tests/integration/partial/integration_test_utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/integration/partial/integration_test_utils.py b/tests/integration/partial/integration_test_utils.py
index 899692a..79aa3cf 100644
--- a/tests/integration/partial/integration_test_utils.py
+++ b/tests/integration/partial/integration_test_utils.py
@@ -83,7 +83,7 @@ class IntegrationTestUtils:
 
         #  Now set the sys.argv to the unittest_args (leaving sys.argv[0] alone)
         # sys.argv[1:] = _args.unittest_args
-        # tests: TestSuite = TestLoader().loadTestsFromTestCase(test_case)
+        tests: TestSuite = TestLoader().loadTestsFromTestCase(test_case)
 
         if _test_report_dir is None:
             _test_report_dir = IntegrationTestUtils.TEST_JOB_DIR
-- 
GitLab