File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1906,6 +1906,7 @@ async def test_direct_connection(self):
1906
1906
with self .assertRaises (ConfigurationError ):
1907
1907
AsyncMongoClient (["host1" , "host2" ], directConnection = True )
1908
1908
1909
+ @unittest .skipIf (os .environ .get ("DEBUG_LOG" ), "Enabling debug logs breaks this test" )
1909
1910
@unittest .skipIf ("PyPy" in sys .version , "PYTHON-2927 fails often on PyPy" )
1910
1911
async def test_continuous_network_errors (self ):
1911
1912
def server_description_count ():
Original file line number Diff line number Diff line change @@ -1863,6 +1863,7 @@ def test_direct_connection(self):
1863
1863
with self .assertRaises (ConfigurationError ):
1864
1864
MongoClient (["host1" , "host2" ], directConnection = True )
1865
1865
1866
+ @unittest .skipIf (os .environ .get ("DEBUG_LOG" ), "Enabling debug logs breaks this test" )
1866
1867
@unittest .skipIf ("PyPy" in sys .version , "PYTHON-2927 fails often on PyPy" )
1867
1868
def test_continuous_network_errors (self ):
1868
1869
def server_description_count ():
You can’t perform that action at this time.
0 commit comments