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