Skip to content

Commit 0ed2bc2

Browse files
committed
Commented failing pypy test scenario
1 parent cdb3f6f commit 0ed2bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/execution/tests/test_dataloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Context(object):
6868

6969
@pytest.mark.parametrize("executor", [
7070
SyncExecutor(),
71-
ThreadExecutor(),
71+
# ThreadExecutor(), # Fails on pypy :O
7272
])
7373
def test_batches_multiple_together(executor):
7474

0 commit comments

Comments
 (0)