[Tests] Skip failing windows tests (#13495)

* skip failing windows tests

* skip more

* remove

* updates
This commit is contained in:
Amog Kamsetty
2021-01-15 20:51:33 -08:00
committed by GitHub
parent 1179db1fc2
commit 1d3941e41a
10 changed files with 26 additions and 0 deletions
+1
View File
@@ -651,4 +651,5 @@ def test_get_correct_node_ip():
if __name__ == "__main__":
import pytest
# Skip test_basic_2_client_mode for now- the test suite is breaking.
sys.exit(pytest.main(["-v", __file__]))