Disable leak sanitizer test on ppc. (#184414)

Test is flaky and fails due to machine load on the build bots. Disable
until we can split the build bots over more machines.
This commit is contained in:
Sean Fertile
2026-03-03 15:27:20 -05:00
committed by GitHub
parent 4b06e83885
commit df1a53ae24

View File

@@ -8,7 +8,8 @@
// This test appears to be flaky on x86_64-darwin buildbots.
// UNSUPPORTED: darwin
//// This test is also flaky on the powerpc based buildbots.
// UNSUPPORTED: ppc
#include <pthread.h>
#include <stdlib.h>