18870: Need to declare NODES as array
[arvados.git] / sdk / python / tests / slow_test.py
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 import __main__
6 import os
7 import unittest
8
9 slow_test = lambda _: unittest.skipIf(
10     __main__.short_tests_only,
11     "running --short tests only")