From 38b15ad14b941e8935bdfae3ddcdb83f7d8e20af Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Wed, 16 Dec 2015 15:34:43 -0500 Subject: [PATCH 1/1] 7942: Skip unreliable test. refs #7942 --- apps/workbench/test/integration/ajax_errors_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/workbench/test/integration/ajax_errors_test.rb b/apps/workbench/test/integration/ajax_errors_test.rb index 14ce35d243..b8ed8a1a7d 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.) -- 2.30.2