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:
Kevin Krakauer
2023-03-20 11:11:42 -07:00
committed by gVisor bot
parent acf460d0d7
commit 57231c71ec
+3
View File
@@ -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