Skip to content

Commit 07cbc3a

Browse files
committed
Revert "Temporary skip of remote_operator tests"
This reverts commit 777909b.
1 parent 98e465a commit 07cbc3a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_remote_operator.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import 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",

0 commit comments

Comments
 (0)