Skip to content

Commit 0cdea93

Browse files
beckeseamfairbourn
authored andcommitted
Spec: skip failing spec in react gradebook
React gradebook is not in production. This spec is failing legitimately but will not be fixed until react gradebook is again given dev attention. Change-Id: I5a1d2c40c18b4c42099a0460bc634998b1c99577 Reviewed-on: https://gerrit.instructure.com/83974 Tested-by: Jenkins Reviewed-by: Matt Fairbourn <mfairbourn@instructure.com> Product-Review: Matt Fairbourn <mfairbourn@instructure.com> QA-Review: Matt Fairbourn <mfairbourn@instructure.com>
1 parent eae60d2 commit 0cdea93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spec/selenium/gradebook/gradebook_performance/gradebook_performance_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def visible_students
187187
end
188188

189189
it "does not include non-graded group assignment in group total" do
190+
skip('Broken and throwing false positives, fix with react gradebook')
190191
driver.manage.window.maximize
191192
gc = group_category
192193
graded_assignment = @course.assignments.create!({

0 commit comments

Comments
 (0)