mirror of
https://github.com/discourse/discourse.git
synced 2025-07-14 01:10:53 +08: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