Skip to content

Commit 19f539a

Browse files
committed
Merge branch 'dev' into 373-offline-mode-doesnt-work-when-saving-objects
2 parents 66478b7 + 06fed7b commit 19f539a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/refactor/test_executor.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ def test_executor_add_process(
3737
with pytest.raises(SystemExit):
3838
run.close()
3939

40-
time.sleep(1)
41-
client = simvue.Client()
42-
_events = client.get_events(
43-
run._id,
44-
message_contains="successfully" if successful else "non-zero exit",
45-
)
46-
assert len(_events) == 1
47-
4840

4941
@pytest.mark.executor
5042
def test_add_process_command_assembly(request: pytest.FixtureRequest) -> None:

0 commit comments

Comments
 (0)