X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2d0dd74fb0446f8cda195147d45a6ab4ca0e2431..fd5d197916b117386fbe872790ff6493326c4ea2:/apps/workbench/test/integration/ajax_errors_test.rb diff --git a/apps/workbench/test/integration/ajax_errors_test.rb b/apps/workbench/test/integration/ajax_errors_test.rb index 14ce35d243..b3b1f1f57a 100644 --- a/apps/workbench/test/integration/ajax_errors_test.rb +++ b/apps/workbench/test/integration/ajax_errors_test.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'integration_helper' class AjaxErrorsTest < ActionDispatch::IntegrationTest @@ -7,6 +11,7 @@ class AjaxErrorsTest < ActionDispatch::IntegrationTest end test 'load pane with deleted session' do + skip 'unreliable test' # Simulate loading a page in browser-tab A, hitting "Log out" in # browser-tab B, then returning to browser-tab A and choosing a # different tab. (Automatic tab refreshes will behave similarly.) @@ -22,6 +27,7 @@ class AjaxErrorsTest < ActionDispatch::IntegrationTest end test 'load pane with expired token' do + skip 'unreliable test' # Similar to 'deleted session'. Here, the session cookie is still # alive, but it contains a token which has expired. This uses a # different code path because Workbench cannot detect that