Skip to content

Commit 74595a1

Browse files
authored
PYTHON-4361 Skip transactions tests on MMAPv1 (#1583)
1 parent 1e6147b commit 74595a1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/test_transactions_unified.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@
2020

2121
sys.path[0:0] = [""]
2222

23-
from test import unittest
23+
from test import client_context, unittest
2424
from test.unified_format import generate_test_classes
2525

26+
27+
@client_context.require_no_mmap
28+
def setUpModule():
29+
pass
30+
31+
2632
# Location of JSON test specifications.
2733
TEST_PATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "transactions", "unified")
2834

0 commit comments

Comments
 (0)