Skip to content

Commit

Permalink
Merge branch 'mr/leger/master/18-investigate-why-test-are-so-long-on-…
Browse files Browse the repository at this point in the history
…linux' into 'master'

Resolve "Investigate why test are so long on Linux"

Closes #18

See merge request it/e3-core!51
  • Loading branch information
enzbang committed Oct 21, 2024
2 parents 8b6d115 + b86294f commit 3784970
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/tests_e3/main/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3784970

Please sign in to comment.