Skip to content

Commit 8e1e1c0

Browse files
committed
Use only SyncExecutor for dataloader
1 parent 0d7e5d3 commit 8e1e1c0

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
@@ -9,7 +9,7 @@
99

1010
@pytest.mark.parametrize("executor", [
1111
SyncExecutor(),
12-
ThreadExecutor(),
12+
# ThreadExecutor(),
1313
])
1414
def test_batches_correctly(executor):
1515

0 commit comments

Comments
 (0)