diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2018-01-31 14:30:25 +0100 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2018-02-05 12:19:41 +0100 |
commit | afdb2916537f648f17122fa2c96f8b88759d28cc (patch) | |
tree | 62b6ce409b48fec6dfddecbe7efac7a375272791 /platform/android/scripts | |
parent | c9ef84316ac3336f86de1473ed0b17fb33fc46d6 (diff) | |
download | qtlocation-mapboxgl-afdb2916537f648f17122fa2c96f8b88759d28cc.tar.gz |
[android] - blacklist flaky instrumentation tests
Diffstat (limited to 'platform/android/scripts')
-rw-r--r-- | platform/android/scripts/exclude-activity-gen.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/platform/android/scripts/exclude-activity-gen.json b/platform/android/scripts/exclude-activity-gen.json index f05001c6ae..c1a6b5bb48 100644 --- a/platform/android/scripts/exclude-activity-gen.json +++ b/platform/android/scripts/exclude-activity-gen.json @@ -27,5 +27,10 @@ "QueryRenderedFeaturesBoxHighlightActivity", "MultiMapActivity", "MapInDialogActivity", - "SimpleMapActivity" + "SimpleMapActivity", + "ManualZoomActivity", + "MaxMinZoomActivity", + "ScrollByActivity", + "ZoomFunctionSymbolLayerActivity", + "SymbolGeneratorActivity" ]
\ No newline at end of file |