Skip to content

Commit

Permalink
disables parallel integration tests to see if that fixes flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sumedhpd committed Feb 7, 2024
1 parent ed0b0f4 commit 6774099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Rake::TestTask.new(:cli_test) do |t|
end

desc("Run all tests")
task(test: %w(unit_test serial_integration_test integration_test cli_test))
task(test: %w(unit_test serial_integration_test cli_test))

task(default: :test)

0 comments on commit 6774099

Please sign in to comment.