Skip to content

Commit

Permalink
Disable potentially flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldogsbody authored Jan 29, 2025
1 parent 239fa44 commit bca26d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/datacite_dois/datacite_dois_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def clear_doi_index
expect(json["errors"].first["title"]).to eq("Cursor-based pagination and random sampling are mutually exclusive, please choose one or the other.")
end

it "returns dois with random query" do
xit "returns dois with random query" do
# Set specific seed
srand(1234)
get "/dois?random=true&page[size]=1", nil, headers
Expand Down

0 comments on commit bca26d3

Please sign in to comment.