We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca18eba commit 334980dCopy full SHA for 334980d
integration/tests/posit/connect/test_system.py
@@ -8,12 +8,10 @@
8
from . import CONNECT_VERSION
9
10
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
-)
+# @pytest.mark.skipif(
+# CONNECT_VERSION < version.parse("2024.05.0"),
+# reason="Cache runtimes not implemented",
+# )
17
class TestSystem:
18
@classmethod
19
def setup_class(cls):
0 commit comments