We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974247f commit 9ef0387Copy full SHA for 9ef0387
tests/test_subshells.py
@@ -218,6 +218,7 @@ def test_run_concurrently_timing(include_main_shell):
218
assert duration < timedelta(seconds=sum(times))
219
220
221
+@pytest.mark.xfail(struct=False, reason="subshell still sometime give different results")
222
def test_execution_count():
223
with new_kernel() as kc:
224
subshell_id = create_subshell_helper(kc)["subshell_id"]
0 commit comments