mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 16:31:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			277 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			277 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/test/mitmproxy/test_optmanager.py
 | |
| +++ b/test/mitmproxy/test_optmanager.py
 | |
| @@ -186,6 +186,8 @@ def test_subscribe():
 | |
|      assert t.called
 | |
|  
 | |
|  
 | |
| +import platform
 | |
| +@pytest.mark.skipif(platform.machine() == "i686", reason="Test is flaky")
 | |
|  def test_rollback():
 | |
|      o = TO()
 | |
|  
 |