Skip to content

Commit 98e465a

Browse files
committed
Revert "readd tests"
This reverts commit 4d56b19.
1 parent a0719e1 commit 98e465a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_remote_operator.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import pytest
77

88

9-
#@pytest.mark.skip
9+
@pytest.mark.skip
1010
@pytest.mark.skipif(
1111
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_3_0,
1212
reason="Connecting data from different servers is " "supported starting server version 3.0",
@@ -21,7 +21,7 @@ def test_connect_remote_operators(simple_bar):
2121
assert np.allclose(fc[0].data, 2 * op1.outputs.fields_container()[0].data)
2222

2323

24-
#@pytest.mark.skip
24+
@pytest.mark.skip
2525
@pytest.mark.skipif(
2626
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_3_0,
2727
reason="Connecting data from different servers is " "supported starting server version 3.0",
@@ -36,7 +36,7 @@ def test_connect_3remote_operators(simple_bar):
3636
assert np.allclose(fc[0].data, 2 * op1.outputs.fields_container()[0].data)
3737

3838

39-
#@pytest.mark.skip
39+
@pytest.mark.skip
4040
@pytest.mark.skipif(
4141
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_4_0,
4242
reason="Connecting data from different servers is " "supported starting server version 4.0",

0 commit comments

Comments
 (0)