Commit 069663f6 authored by Cosmin Sabou's avatar Cosmin Sabou
Browse files

Bug 1710069 - Fix syntax to unbust decision task. a=bustage-fix

parent e99bcfe1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -20,5 +20,6 @@ skip-if = os == 'android'
skip-if = true
[test_privacy_transition.js]
[test_subframe_stop_after_parent_error.js]
skip-if = os == 'android'
  || appname == 'thunderbird' # Needs to run without E10s, can't do that.
skip-if = 
  os == 'android'
  appname == 'thunderbird' # Needs to run without E10s, can't do that.