X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6eb3d1fb8fe71623fa63da46c250184cf2e4fbb8..dfe0ec7bfec3fd72cd40d3962e5c8af08d2413d2:/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..5b4df3bcdb 100644 --- a/apps/workbench/test/integration/ajax_errors_test.rb +++ b/apps/workbench/test/integration/ajax_errors_test.rb @@ -7,6 +7,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 +23,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