Skip to content

Commit

Permalink
Don't bother with isolated tests on old mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewd committed Apr 8, 2019
1 parent f8f31a5 commit 671a0e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline-generate
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ end
steps_for(dir, task, service: service)

next unless MAINLINE
next if task == "mysql:test"

if dir == "activerecord"
step_for(dir, task.sub(":test", ":isolated_test"), service: service) do |x|
Expand Down

0 comments on commit 671a0e8

Please sign in to comment.