summaryrefslogtreecommitdiff
path: root/tests/test_context.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_context.py')
-rw-r--r--tests/test_context.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_context.py b/tests/test_context.py
index e5ab4800..f34a1062 100644
--- a/tests/test_context.py
+++ b/tests/test_context.py
@@ -112,10 +112,10 @@ class DynamicContextTest(CoverageTest):
"""Tests of dynamically changing contexts."""
def setUp(self):
- super(DynamicContextTest, self).setUp()
- self.skip_unless_data_storage_is("sql")
if not env.C_TRACER:
self.skipTest("Only the C tracer supports dynamic contexts")
+ super(DynamicContextTest, self).setUp()
+ self.skip_unless_data_storage_is("sql")
SOURCE = """\
def helper(lineno):