diff options
Diffstat (limited to 'tests/quick.py')
-rw-r--r-- | tests/quick.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/quick.py b/tests/quick.py index 41790c546..5393a2be9 100644 --- a/tests/quick.py +++ b/tests/quick.py @@ -6,6 +6,9 @@ from tests.all import profile __all__ = ['profile'] +# See the note in all.py about this warning +# pylint: disable=bad-continuation + GleanTest.GLOBAL_PARAMS += ["--quick"] # Set the --quick flag on a few image_load_store_tests |