Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 14, 2023
1 parent 7846ca1 commit cb13f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/median_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def test_references
end

def test_groupdate
skip if adapter == "mysql2" || adapter == "sqlserver" || mongoid?
skip if adapter == "mysql2" || adapter == "trilogy" || adapter == "sqlserver" || mongoid?
User.create!(visits_count: 5)
result = User.group_by_day(:created_at, last: 2).median(:visits_count)
assert_equal [nil, 5], result.values
Expand Down

0 comments on commit cb13f6d

Please sign in to comment.