20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / test / unit / disabled_api_test.rb
diff --git a/apps/workbench/test/unit/disabled_api_test.rb b/apps/workbench/test/unit/disabled_api_test.rb
deleted file mode 100644 (file)
index 54e7c08..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright (C) The Arvados Authors. All rights reserved.
-#
-# SPDX-License-Identifier: AGPL-3.0
-
-require 'test_helper'
-
-class DisabledApiTest < ActiveSupport::TestCase
-  test 'Job.creatable? is false' do
-    use_token(:active) do
-      refute(Job.creatable?)
-    end
-  end
-end