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 334980d commit 66fa603Copy full SHA for 66fa603
integration/tests/posit/connect/test_system.py
@@ -8,10 +8,10 @@
8
from . import CONNECT_VERSION
9
10
11
-# @pytest.mark.skipif(
12
-# CONNECT_VERSION < version.parse("2024.05.0"),
13
-# reason="Cache runtimes not implemented",
14
-# )
+@pytest.mark.skipif(
+ CONNECT_VERSION < version.parse("2024.05.0"),
+ reason="Cache runtimes not implemented",
+)
15
class TestSystem:
16
@classmethod
17
def setup_class(cls):
0 commit comments