diff --git a/Jenkinsfile.docker-sync b/Jenkinsfile.docker-sync index bb75b40434d..642bfeefc98 100644 --- a/Jenkinsfile.docker-sync +++ b/Jenkinsfile.docker-sync @@ -27,11 +27,11 @@ final SYNC_IMAGES = [ job: null, target: 'starlord.inscloudgate.net/jenkins/dockerfile:1.0-experimental', ], - 'selenium/hub:4.1.2-20220217': [ + 'selenium/hub:4.1': [ job: null, target: 'starlord.inscloudgate.net/jenkins/selenium-hub:latest' ], - 'selenium/node-chrome:98.0': [ + 'selenium/node-chrome:101.0': [ job: null, target: 'starlord.inscloudgate.net/jenkins/selenium-node-chrome:latest' ] diff --git a/build/new-jenkins/docker-compose-pull.sh b/build/new-jenkins/docker-compose-pull.sh index ba2cab9e9f4..3adc2647b12 100755 --- a/build/new-jenkins/docker-compose-pull.sh +++ b/build/new-jenkins/docker-compose-pull.sh @@ -17,8 +17,8 @@ DOCKER_IMAGES=( $POSTGRES_IMAGE_TAG $REGISTRY_BASE/canvas-rce-api $REGISTRY_BASE/redis:alpine - $REGISTRY_BASE/selenium-node-chrome:"${CHROME_VERSION:-98.0}" - $REGISTRY_BASE/selenium-hub:4.1.2-20220217 + $REGISTRY_BASE/selenium-node-chrome + $REGISTRY_BASE/selenium-hub ) echo "${DOCKER_IMAGES[@]}" | xargs -P0 -n1 ./build/new-jenkins/docker-with-flakey-network-protection.sh pull & diff --git a/spec/selenium/admin/account_admin_auth_providers_spec.rb b/spec/selenium/admin/account_admin_auth_providers_spec.rb index 25faa967c37..d275728d705 100644 --- a/spec/selenium/admin/account_admin_auth_providers_spec.rb +++ b/spec/selenium/admin/account_admin_auth_providers_spec.rb @@ -234,6 +234,7 @@ describe "account authentication" do end it "saves federated attributes" do + skip "FOO-2941 5/19/2022" get "/accounts/self/authentication_providers" click_option("select.canvas_attribute", "locale") f(".add_federated_attribute_button").click @@ -283,6 +284,7 @@ describe "account authentication" do end it "clears provisioning only when toggling jit provisioning" do + skip "FOO-2941 5/19/2022" get "/accounts/self/authentication_providers" click_option("select.canvas_attribute", "locale") f(".add_federated_attribute_button").click diff --git a/spec/selenium/context_modules/context_modules_student_spec.rb b/spec/selenium/context_modules/context_modules_student_spec.rb index f04feee9fa1..71f690084cd 100644 --- a/spec/selenium/context_modules/context_modules_student_spec.rb +++ b/spec/selenium/context_modules/context_modules_student_spec.rb @@ -321,6 +321,7 @@ describe "context modules" do describe "sequence footer" do it "shows the right nav when an item is in modules multiple times" do + skip "LS-3185 (5/19/2022)" @assignment = @course.assignments.create!(title: "some assignment") @atag1 = @module_1.add_item(id: @assignment.id, type: "assignment") @after1 = @module_1.add_item(type: "external_url", title: "url1", url: "http://example.com/1")