Disable 626-const-class-linking for JIT.

Test: m ART_TEST_JIT=true test-art-host; test skipped.
Bug: 33567581
Change-Id: Ib530a27b14d918bc8a24f85473c8705f023280b0
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index 28e1e60..3e44052 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -512,9 +512,11 @@
 # Test 906 iterates the heap filtering with different options. No instances should be created
 # between those runs to be able to have precise checks.
 # Test 902 hits races with the JIT compiler. b/32821077
+# Test 626-const-class-linking can deadlock with JIT. b/33567581
 # Test 629 requires compilation.
 TEST_ART_BROKEN_JIT_RUN_TESTS := \
   137-cfi \
+  626-const-class-linking \
   629-vdex-speed \
   902-hello-transformation \
   904-object-allocation \