mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
python: exclude flaky test_control_and_wait
The test uses poll() incorrectly and flakes. Attempting to fix upstream: https://github.com/python/cpython/issues/102795 PiperOrigin-RevId: 518021055
This commit is contained in:
committed by
gVisor bot
parent
acf460d0d7
commit
57231c71ec
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user