Bug 1757528 - Don't run nativeallocations tests on Android - r=canaltinova

The native allocations feature is crashing tests on Android in the watchdog thread, possibly due to its CPU overhead.
This feature is rarely used, and mostly by Firefox developers, so it's okay to keep it available without tests.

Differential Revision: https://phabricator.services.mozilla.com/D141568
This commit is contained in:
Gerald Squelart 2022-03-22 12:52:15 +00:00
parent 8be8241c90
commit b7e1985cd5

View File

@ -35,6 +35,7 @@ skip-if =
# and no allocation markers are gathered. Skip this test in that configuration.
[test_feature_nativeallocations.js]
skip-if =
toolkit == 'android' # bug 1757528
asan
tsan
socketprocess_networking