Skip to content

Commit cd3a515

Browse files
committed
[cdd/tests/test_compound/test_exmod.py] Debug tests which are skipped on GitHub Actions
1 parent 3797c69 commit cd3a515

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cdd/tests/test_compound/test_exmod.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@
3939

4040
# IntOrTupleOfStr = TypeVar("IntOrTupleOfStr", Tuple[str], int)
4141

42-
github_actions_and_non_windows_and_gte_3_12: bool = (
43-
"GITHUB_ACTIONS" in environ and platform != "win32" and PY_GTE_3_12
44-
)
42+
github_actions_and_non_windows_and_gte_3_12: bool = False
4543
github_actions_err: str = "GitHub Actions fails this test (unable to replicate locally)"
4644

4745

0 commit comments

Comments
 (0)