From bca445f7260fe0890ca586fc17b97ea0106ebd37 Mon Sep 17 00:00:00 2001 From: Shawn Meredith Date: Tue, 19 Aug 2014 14:40:06 -0600 Subject: [PATCH] spec: intermittent specs Change-Id: Iec58ddcb978165c5adf99619dd5c6144f00a0e03 Reviewed-on: https://gerrit.instructure.com/39568 Reviewed-by: Bryan Madsen Product-Review: Bryan Madsen QA-Review: Bryan Madsen Tested-by: Jenkins --- spec/selenium/content_migrations_spec.rb | 2 ++ spec/selenium/eportfolios_spec.rb | 1 + spec/selenium/external_tool_buttons_spec.rb | 1 + 3 files changed, 4 insertions(+) diff --git a/spec/selenium/content_migrations_spec.rb b/spec/selenium/content_migrations_spec.rb index 42927e66fbf..8fcf5a9f4f1 100644 --- a/spec/selenium/content_migrations_spec.rb +++ b/spec/selenium/content_migrations_spec.rb @@ -230,6 +230,7 @@ describe "content migrations", :non_parallel do end it "should remove dates" do + pending('fragile') visit_page fill_migration_form f('#dateAdjustCheckbox').click @@ -242,6 +243,7 @@ describe "content migrations", :non_parallel do context "default question bank" do it "should import into selected question bank" do + pending('fragile') pending unless Qti.qti_enabled? bank = @course.assessment_question_banks.create!(:title => "bankity bank") diff --git a/spec/selenium/eportfolios_spec.rb b/spec/selenium/eportfolios_spec.rb index b1093717805..41d7253cc15 100755 --- a/spec/selenium/eportfolios_spec.rb +++ b/spec/selenium/eportfolios_spec.rb @@ -245,6 +245,7 @@ describe "eportfolios" do end it "should add a course submission" do + pending('fragile') f(".add_submission_link").click wait_for_ajaximations keep_trying_until { f(".submission_list").should include_text(@assignment.title) } diff --git a/spec/selenium/external_tool_buttons_spec.rb b/spec/selenium/external_tool_buttons_spec.rb index dc0a99464fb..300b61e9e66 100644 --- a/spec/selenium/external_tool_buttons_spec.rb +++ b/spec/selenium/external_tool_buttons_spec.rb @@ -74,6 +74,7 @@ describe "external tool buttons" do end it "should show limited number of external tool buttons" do + pending('fragile') tools = [] 4.times do |i| tool = @course.context_external_tools.new(:name => "bob", :consumer_key => "bob", :shared_secret => "bob", :url => "http://www.example.com/ims/lti")