mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Merge pull request #22742 from opf/fix/flaky-move-to-next-spec
Skip failing spec
This commit is contained in:
+1
-1
@@ -163,7 +163,7 @@ RSpec.describe "Recurring meetings move to next meeting", :js do
|
||||
end
|
||||
end
|
||||
|
||||
context "when the occurrence has been rescheduled to an earlier time (Bug #73741)" do
|
||||
context "when the occurrence has been rescheduled to an earlier time (Bug #73741)", skip: "Needs more investigating" do
|
||||
let(:current_user) { user_with_manage_permissions }
|
||||
let(:first_occurrence_time) { series.next_occurrence(from_time: Time.current) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user