summaryrefslogtreecommitdiff
blob: 40e6be63ff01ad18c7717fe787184334ceb04733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/tests/stream/test_stream_1.py	2020-04-29 13:00:05.213776356 -0700
+++ b/tests/stream/test_stream_1.py	2020-04-29 13:16:33.958779776 -0700
@@ -172,6 +172,8 @@
 
 
 def test_invalid_config_d_4(store_comp_size):
+    
+    pytest.skip('Known test failure, bug: https://github.com/python-lz4/python-lz4/issues/199')
     d_kwargs = {}
     d_kwargs['strategy'] = "double_buffer"
     d_kwargs['buffer_size'] = 1 << (8 * store_comp_size['store_comp_size'])
@@ -231,6 +233,8 @@
 
 
 def test_invalid_config_d_5():
+    
+    pytest.skip('Known test failure, bug: https://github.com/python-lz4/python-lz4/issues/199')
     d_kwargs = {}
     d_kwargs['strategy'] = "double_buffer"