Skip to content

Commit 9095026

Browse files
steve-sansalond
authored andcommitted
Move the longest running Gradle Kotlin tests to the 'long running' batch
(cherry picked from commit 1fa8957)
1 parent 98d9629 commit 9095026

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)