Skip to content

Commit 400f630

Browse files
committed
Revert "sometimes state jumps"
This reverts commit 164bd32.
1 parent 5685c67 commit 400f630

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/e2e-playwright/tests/sleepers/test_sleepers.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ def test_sleepers(
183183
expected_states=(
184184
RunningState.WAITING_FOR_RESOURCES,
185185
RunningState.STARTED,
186-
RunningState.SUCCESS,
187186
),
188187
timeout_ms=_WAITING_FOR_CLUSTER_MAX_WAITING_TIME,
189188
)
@@ -193,10 +192,7 @@ def test_sleepers(
193192
current_state,
194193
websocket=log_in_and_out,
195194
if_in_states=(RunningState.WAITING_FOR_RESOURCES,),
196-
expected_states=(
197-
RunningState.STARTED,
198-
RunningState.SUCCESS,
199-
),
195+
expected_states=(RunningState.STARTED,),
200196
timeout_ms=_WAITING_FOR_STARTED_MAX_WAITING_TIME,
201197
)
202198

0 commit comments

Comments
 (0)