| Index: samples/samples.status
|
| diff --git a/samples/samples.status b/samples/samples.status
|
| index caf91ca762ba05dff6c5a8c01d1e7e0c62df58b4..d6e08b9633178e0e4fabfd4cf337e9199dceae96 100644
|
| --- a/samples/samples.status
|
| +++ b/samples/samples.status
|
| @@ -25,3 +25,6 @@ sample_extension/test/*: Skip # These tests attempt to spawn another script usin
|
|
|
| [ $compiler == app_jit ]
|
| sample_extension/test/*: Skip # Shared use of a temp directory
|
| +
|
| +[ $builder_tag == asan && $arch == x64 ]
|
| +sample_extension/test/sample_extension_app_snapshot_test: RuntimeError # Leak in subprocess
|
|
|