File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 66import pytest
77
88
9- @pytest .mark .skip
109@pytest .mark .skipif (
1110 not conftest .SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_3_0 ,
1211 reason = "Connecting data from different servers is " "supported starting server version 3.0" ,
@@ -21,7 +20,6 @@ def test_connect_remote_operators(simple_bar):
2120 assert np .allclose (fc [0 ].data , 2 * op1 .outputs .fields_container ()[0 ].data )
2221
2322
24- @pytest .mark .skip
2523@pytest .mark .skipif (
2624 not conftest .SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_3_0 ,
2725 reason = "Connecting data from different servers is " "supported starting server version 3.0" ,
@@ -36,7 +34,6 @@ def test_connect_3remote_operators(simple_bar):
3634 assert np .allclose (fc [0 ].data , 2 * op1 .outputs .fields_container ()[0 ].data )
3735
3836
39- @pytest .mark .skip
4037@pytest .mark .skipif (
4138 not conftest .SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_4_0 ,
4239 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