Skip to content

Commit

Permalink
Disable subscriptions with dataloader test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaruGuruge committed Jan 26, 2025
1 parent ec67c93 commit 5f619a6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ isolated function testDataLoaderWithSubscription() returns error? {
dependsOn: [
testDataLoaderWithQuery, testDataLoaderWithSubscription
],
after: resetDispatchCounters
after: resetDispatchCounters,
enable: true
}
isolated function testDataLoaderWithMutation() returns error? {
graphql:Client graphqlClient = check new ("localhost:9090/dataloader");
Expand Down

0 comments on commit 5f619a6

Please sign in to comment.