File tree 2 files changed +4
-4
lines changed
graalpython/com.oracle.graal.python.test/src/tests/standalone
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- { "overlay" : "da4fbb453006eea9997babadc69b70c2e0cee0ab " }
1
+ { "overlay" : "585265d3c6bafc1d12054374377589b360307957 " }
Original file line number Diff line number Diff line change @@ -677,11 +677,11 @@ def setUpClass(cls):
677
677
cls .build_file_name = "build.gradle.kts"
678
678
cls .settings_file_name = "settings.gradle.kts"
679
679
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" )
681
681
def test_gradle_generated_app (self ):
682
682
self .check_gradle_generated_app (community = True )
683
683
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" )
685
685
def test_gradle_generated_app_external_resources (self ):
686
686
self .check_gradle_generated_app_external_resources ()
687
687
@@ -701,7 +701,7 @@ def test_gradle_check_home(self):
701
701
def test_gradle_empty_packages (self ):
702
702
self .check_gradle_empty_packages ()
703
703
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" )
705
705
def test_gradle_namespaced_vfs (self ):
706
706
self .check_gradle_namespaced_vfs ()
707
707
You can’t perform that action at this time.
0 commit comments