Skip to content

Commit 92bc050

Browse files
committed
[GR-54891] Disable micronaut extension tests for now.
1 parent a46c335 commit 92bc050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,7 @@ def graalpython_gate_runner(args, tasks):
15101510

15111511
env['ENABLE_STANDALONE_UNITTESTS'] = 'true'
15121512
env['ENABLE_JBANG_INTEGRATION_UNITTESTS'] ='true'
1513-
env['ENABLE_MICRONAUT_UNITTESTS'] ='true'
1513+
env['ENABLE_MICRONAUT_UNITTESTS'] ='false' # 'true' - GR-54891
15141514
default_java_home = env.get('JAVA_HOME')
15151515
env['JAVA_HOME'] = gvm_jdk
15161516
env['PYTHON_STANDALONE_HOME'] = standalone_home

0 commit comments

Comments
 (0)