Skip to content

Commit

Permalink
Remove a flaky and unnecessary check
Browse files Browse the repository at this point in the history
The order in which the libraries appear is not always stable and even
if it were, this test is not the right place to check for this.
  • Loading branch information
adrian-prantl committed Oct 30, 2024
1 parent 2e0506f commit 553d474
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,3 @@ def test(self):
"frame variable ils",
substrs=['[4] = "surprise it is a long string!! yay!!"'],
)

self.expect("image list", substrs=self.getLibcPlusPlusLibs())

0 comments on commit 553d474

Please sign in to comment.