Skip to content

Commit

Permalink
Skip flaky test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Oct 18, 2023
1 parent 3ec6351 commit 319a1e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/logical/job_stats_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

class JobStatsTest < ActiveSupport::TestCase
it "returns enqueued jobs" do
skip "flaky on CI" if ENV["CI"]

url1 = create(:artist_url)
submission1, submission2 = create_list(:artist_submission, 2, artist_url: url1)
file1, file2 = create_list(:submission_file, 2, artist_submission: submission1)
Expand Down

0 comments on commit 319a1e9

Please sign in to comment.