mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 06:25:11 -05:00
DEV: Mark flaky tests as pending
This commit is contained in:
@@ -67,7 +67,7 @@ describe Theme do
|
||||
expect(Theme.transform_ids([theme.id])).to be_empty
|
||||
end
|
||||
|
||||
it "#transform_ids works with nil values" do
|
||||
xit "#transform_ids works with nil values" do
|
||||
# Used in safe mode
|
||||
expect(Theme.transform_ids([nil])).to eq([nil])
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user