Skip to content

Commit bca445f

Browse files
committed
spec: intermittent specs
Change-Id: Iec58ddcb978165c5adf99619dd5c6144f00a0e03 Reviewed-on: https://gerrit.instructure.com/39568 Reviewed-by: Bryan Madsen <bryan@instructure.com> Product-Review: Bryan Madsen <bryan@instructure.com> QA-Review: Bryan Madsen <bryan@instructure.com> Tested-by: Jenkins <jenkins@instructure.com>
1 parent 9158c26 commit bca445f

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

spec/selenium/content_migrations_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def test_selective_content(source_course=nil)
230230
end
231231

232232
it "should remove dates" do
233+
pending('fragile')
233234
visit_page
234235
fill_migration_form
235236
f('#dateAdjustCheckbox').click
@@ -242,6 +243,7 @@ def test_selective_content(source_course=nil)
242243

243244
context "default question bank" do
244245
it "should import into selected question bank" do
246+
pending('fragile')
245247
pending unless Qti.qti_enabled?
246248

247249
bank = @course.assessment_question_banks.create!(:title => "bankity bank")

spec/selenium/eportfolios_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ def put_comment_in_html
245245
end
246246

247247
it "should add a course submission" do
248+
pending('fragile')
248249
f(".add_submission_link").click
249250
wait_for_ajaximations
250251
keep_trying_until { f(".submission_list").should include_text(@assignment.title) }

spec/selenium/external_tool_buttons_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def load_selection_test_tool(element)
7474
end
7575

7676
it "should show limited number of external tool buttons" do
77+
pending('fragile')
7778
tools = []
7879
4.times do |i|
7980
tool = @course.context_external_tools.new(:name => "bob", :consumer_key => "bob", :shared_secret => "bob", :url => "http://www.example.com/ims/lti")

0 commit comments

Comments
 (0)