diff --git a/tests/tests_e3/main/main_test.py b/tests/tests_e3/main/main_test.py index 8ce75075..43bdaf54 100644 --- a/tests/tests_e3/main/main_test.py +++ b/tests/tests_e3/main/main_test.py @@ -32,7 +32,13 @@ def test_mainprog(): assert "testmain" in p.out -def test_modules_logging_limitations(): +# TODO:: Rework this test. It ends up creating a 1600 seconds long test on +# linux (probably due to a timeout since we are offline), and about 250 +# seconds on Windows. +# +# In a first time, simply remove (by renaming) the test so that no other MR is +# impacted by timeout issue. +def to_rework_modules_logging_limitations(): """Ensure that by default DEBUG logging info is not enabled for some modules.""" with open("mymain.py", "w") as f: f.write(