Skip to content

Commit

Permalink
tests: Skip Interceptor Android suite on 32-bit
Browse files Browse the repository at this point in the history
As the ART integration seems to be triggering a stability issue on our
CI, and now is not a good time to investigate why.
  • Loading branch information
oleavr committed May 2, 2024
1 parent d717d46 commit cffa0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gumtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ main (gint argc, gchar * argv[])
#ifdef HAVE_DARWIN
TESTLIST_REGISTER (interceptor_darwin);
#endif
#ifdef HAVE_ANDROID
#if defined (HAVE_ANDROID) && GLIB_SIZEOF_VOID_P == 8
TESTLIST_REGISTER (interceptor_android);
#endif
#ifdef HAVE_ARM
Expand Down

0 comments on commit cffa0cc

Please sign in to comment.