Skip to content

Commit

Permalink
python: exclude flaky test_control_and_wait
Browse files Browse the repository at this point in the history
The test uses poll() incorrectly and flakes. Attempting to fix upstream:
python/cpython#102795

PiperOrigin-RevId: 518021055
  • Loading branch information
kevinGC authored and gvisor-bot committed Mar 20, 2023
1 parent acf460d commit 57231c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtimes/proctor/lib/python.go
Expand Up @@ -120,6 +120,9 @@ var exclude = map[string][]string{
"UDPLITETimeoutTest.testTimeoutZero",
"UDPLITETimeoutTest.testUDPLITETimeout",
},
// TODO(b/274167897): Un-exclude test cases once this is patched upstream.
// The test is broken: https://github.com/python/cpython/issues/102795
"test_epoll": []string{"TestEPoll.test_control_and_wait"},
}

// Some python test libraries contain other test libraries that have test cases
Expand Down

0 comments on commit 57231c7

Please sign in to comment.