Skip to content

Commit 48a9f47

Browse files
committed
Sidekiq & mongodb confirm flaky
1 parent df592c5 commit 48a9f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/github.rake

+2-2
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,10 @@ namespace :github do
336336
matrix = eval(File.read('Matrixfile')).freeze # rubocop:disable Security/Eval
337337

338338
exceptions = [
339-
'sidekiq',
339+
# 'sidekiq',
340340
'main',
341341
'crashtracking',
342-
'mongodb'
342+
# 'mongodb'
343343
]
344344

345345
candidates = exceptions

0 commit comments

Comments
 (0)