Skip to content

Commit 3743e30

Browse files
committed
spec: skip these to get builds happy before the fix lands
Change-Id: Ide0e206aff7e555744c5c10f266a72f80c366beb Reviewed-on: https://gerrit.instructure.com/81037 Tested-by: Jenkins Reviewed-by: Keith T. Garner <kgarner@instructure.com> Reviewed-by: Derek Bender <djbender@instructure.com> Product-Review: Jon Jensen <jon@instructure.com> QA-Review: Jon Jensen <jon@instructure.com>
1 parent 7b061e2 commit 3743e30

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

spec/selenium/calendar/calendar2_month_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ def element_location
464464
describe "main month calendar" do
465465

466466
it "should strikethrough completed assignment title", priority: "1", test_id: 518372 do
467+
skip "CNVS-29676"
467468
date_due = Time.zone.now.utc + 2.days
468469
@assignment = @course.assignments.create!(
469470
title: 'new outdated assignment',
@@ -486,6 +487,7 @@ def element_location
486487
end
487488

488489
it "should strikethrough completed graded discussion", priority: "1", test_id: 518373 do
490+
skip "CNVS-29676"
489491
date_due = Time.zone.now.utc + 2.days
490492
reply = 'Replying to discussion'
491493

0 commit comments

Comments
 (0)