Skip to content

Commit

Permalink
fix(test): fix test_thread_switch test for gh CI
Browse files Browse the repository at this point in the history
  • Loading branch information
godzie44 committed Aug 2, 2023
1 parent e594253 commit cc90488
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/test_multithread.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ def test_thread_switch(self):

# try to step in new in focus thread
self.debugger.sendline('step')
self.debugger.expect_exact('230 while secs > 0 || nsecs > 0 {')
self.debugger.expect_exact('/sys/unix/thread.rs')
self.debugger.sendline('step')
self.debugger.expect_exact('870 }')
self.debugger.sendline('step')
self.debugger.expect_exact('24 let mut sum = 0;')
self.debugger.sendline('step')
Expand Down

0 comments on commit cc90488

Please sign in to comment.