Skip to content

Commit 334980d

Browse files
committed
which versions work?
1 parent ca18eba commit 334980d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

integration/tests/posit/connect/test_system.py

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

1010

11-
@pytest.mark.skipif(
12-
# Added to the v2023.05.0 milestone
13-
# https://github.com/rstudio/connect/pull/23148
14-
CONNECT_VERSION < version.parse("2024.05.0"),
15-
reason="Cache runtimes not implemented",
16-
)
11+
# @pytest.mark.skipif(
12+
# CONNECT_VERSION < version.parse("2024.05.0"),
13+
# reason="Cache runtimes not implemented",
14+
# )
1715
class TestSystem:
1816
@classmethod
1917
def setup_class(cls):

0 commit comments

Comments
 (0)