8784: Fix test for latest firefox.
[arvados.git] / sdk / python / tests / slow_test.py
1 import __main__
2 import os
3 import unittest
4
5 slow_test = lambda _: unittest.skipIf(
6     __main__.short_tests_only,
7     "running --short tests only")