We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550eb84 commit 983d1fbCopy full SHA for 983d1fb
1 file changed
spec/graphql/dataloader/nonblocking_dataloader_spec.rb
@@ -251,11 +251,11 @@ def self.included(child_class)
251
include NonblockingDataloaderAssertions
252
end
253
254
- describe "with evt" do
255
- require "evt"
256
- let(:scheduler_class) { Evt::Scheduler }
257
- include NonblockingDataloaderAssertions
258
- end
+ # describe "with evt" do
+ # require "evt"
+ # let(:scheduler_class) { Evt::Scheduler }
+ # include NonblockingDataloaderAssertions
+ # end
259
260
261
0 commit comments