Skip to content

Commit 61d03aa

Browse files
committed
[GR-61881] Backport to 24.2: Move the longest running Gradle Kotlin tests to the 'long running' batch.
PullRequest: graalpython/3681
2 parents 98d9629 + 99bc51c commit 61d03aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "da4fbb453006eea9997babadc69b70c2e0cee0ab" }
1+
{ "overlay": "585265d3c6bafc1d12054374377589b360307957" }

graalpython/com.oracle.graal.python.test/src/tests/standalone/test_gradle_plugin.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -677,11 +677,11 @@ def setUpClass(cls):
677677
cls.build_file_name = "build.gradle.kts"
678678
cls.settings_file_name = "settings.gradle.kts"
679679

680-
@unittest.skipUnless(util.is_gradle_plugin_test_enabled, "ENABLE_GRADLE_PLUGIN_UNITTESTS is not true")
680+
@unittest.skipUnless(util.is_gradle_plugin_long_running_test_enabled, "ENABLE_GRADLE_PLUGIN_LONG_RUNNING_UNITTESTS is not true")
681681
def test_gradle_generated_app(self):
682682
self.check_gradle_generated_app(community=True)
683683

684-
@unittest.skipUnless(util.is_gradle_plugin_test_enabled, "ENABLE_GRADLE_PLUGIN_UNITTESTS is not true")
684+
@unittest.skipUnless(util.is_gradle_plugin_long_running_test_enabled, "ENABLE_GRADLE_PLUGIN_LONG_RUNNING_UNITTESTS is not true")
685685
def test_gradle_generated_app_external_resources(self):
686686
self.check_gradle_generated_app_external_resources()
687687

@@ -701,7 +701,7 @@ def test_gradle_check_home(self):
701701
def test_gradle_empty_packages(self):
702702
self.check_gradle_empty_packages()
703703

704-
@unittest.skipUnless(util.is_gradle_plugin_test_enabled, "ENABLE_GRADLE_PLUGIN_UNITTESTS is not true")
704+
@unittest.skipUnless(util.is_gradle_plugin_long_running_test_enabled, "ENABLE_GRADLE_PLUGIN_LONG_RUNNING_UNITTESTS is not true")
705705
def test_gradle_namespaced_vfs(self):
706706
self.check_gradle_namespaced_vfs()
707707

0 commit comments

Comments
 (0)