File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 66import pytest
77
88
9+ @pytest .mark .skip
910@pytest .mark .skipif (
1011 not conftest .SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_3_0 ,
1112 reason = "Connecting data from different servers is " "supported starting server version 3.0" ,
@@ -22,6 +23,7 @@ def test_connect_remote_operators(simple_bar):
2223 assert np .allclose (fc [0 ].data , 2 * op1 .outputs .fields_container ()[0 ].data )
2324
2425
26+ @pytest .mark .skip
2527@pytest .mark .skipif (
2628 not conftest .SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_3_0 ,
2729 reason = "Connecting data from different servers is " "supported starting server version 3.0" ,
@@ -38,6 +40,7 @@ def test_connect_3remote_operators(simple_bar):
3840 assert np .allclose (fc [0 ].data , 2 * op1 .outputs .fields_container ()[0 ].data )
3941
4042
43+ @pytest .mark .skip
4144@pytest .mark .skipif (
4245 not conftest .SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_4_0 ,
4346 reason = "Connecting data from different servers is " "supported starting server version 4.0" ,
You can’t perform that action at this time.
0 commit comments