Home
last modified time | relevance | path

Searched refs:RequiresIsolation (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_parallelism_framework.py38 from gslib.tests.testcase.base import RequiresIsolation
265 @RequiresIsolation
269 @RequiresIsolation
273 @RequiresIsolation
278 @RequiresIsolation
290 @RequiresIsolation
294 @RequiresIsolation
298 @RequiresIsolation
303 @RequiresIsolation
319 @RequiresIsolation
[all …]
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
Dbase.py42 def RequiresIsolation(func): function