20032: Fix unnecessary race in test.
[arvados.git] / apps / workbench / test / integration / ajax_errors_test.rb
index b8ed8a1a7daff74e0b9420778ff0e41e6433a469..b3b1f1f57ae9d3d9eb511581d5b700571f79646a 100644 (file)
@@ -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
@@ -23,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