Skip to content

Commit 66fa603

Browse files
committed
all good
1 parent 334980d commit 66fa603

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

integration/tests/posit/connect/test_system.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
from . import CONNECT_VERSION
99

1010

11-
# @pytest.mark.skipif(
12-
# CONNECT_VERSION < version.parse("2024.05.0"),
13-
# reason="Cache runtimes not implemented",
14-
# )
11+
@pytest.mark.skipif(
12+
CONNECT_VERSION < version.parse("2024.05.0"),
13+
reason="Cache runtimes not implemented",
14+
)
1515
class TestSystem:
1616
@classmethod
1717
def setup_class(cls):

0 commit comments

Comments
 (0)