We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7e5d3 commit 8e1e1c0Copy full SHA for 8e1e1c0
graphql/execution/tests/test_dataloader.py
@@ -9,7 +9,7 @@
9
10
@pytest.mark.parametrize("executor", [
11
SyncExecutor(),
12
- ThreadExecutor(),
+ # ThreadExecutor(),
13
])
14
def test_batches_correctly(executor):
15
0 commit comments