mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-06 02:51:34 +00:00
Temporarily skip very flaky specs
These are the tests that are failing a lot across all builds, slowing down everything in the pipe. It's better to skip these rather than paying this huge toll. They can be restored once we spike a new CI service.
This commit is contained in:
@@ -117,7 +117,7 @@ feature '
|
||||
end
|
||||
end
|
||||
|
||||
it "allows adding new managers" do
|
||||
xit "allows adding new managers" do
|
||||
within 'table.managers' do
|
||||
select2_select user3.email, from: 'ignored', search: true
|
||||
|
||||
@@ -129,7 +129,7 @@ feature '
|
||||
end
|
||||
end
|
||||
|
||||
it "shows changes to enterprise contact or owner" do
|
||||
xit "shows changes to enterprise contact or owner" do
|
||||
select2_select user2.email, from: 'receives_notifications_dropdown'
|
||||
within('#save-bar') { click_button 'Update' }
|
||||
navigate_to_enterprise_users
|
||||
@@ -146,7 +146,7 @@ feature '
|
||||
end
|
||||
end
|
||||
|
||||
it "can invite unregistered users to be managers" do
|
||||
xit "can invite unregistered users to be managers" do
|
||||
setup_email
|
||||
find('a.button.help-modal').click
|
||||
expect(page).to have_css '#invite-manager-modal'
|
||||
|
||||
Reference in New Issue
Block a user