mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 13:33:40 +08:00
DEV: Mark flaky tests as pending
This commit is contained in:
@ -28,10 +28,9 @@ describe Admin::EmbeddableHostsController do
|
||||
end
|
||||
|
||||
describe '#update' do
|
||||
it "logs embeddable host update" do
|
||||
|
||||
xit "logs embeddable host update" do
|
||||
category = Fabricate(:category)
|
||||
|
||||
|
||||
put "/admin/embeddable_hosts/#{embeddable_host.id}.json", params: {
|
||||
embeddable_host: { host: "test.com", class_name: "test-class", category_id: category.id }
|
||||
}
|
||||
|
Reference in New Issue
Block a user