Merge branch '2411-check-copyright'
[arvados.git] / sdk / cli / test / test_arv-tag.rb
index dd9702017e25f155b908fe414717a3272e82469e..16542ba16b4fbb649722bc7de1a2388e30225188 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 require 'minitest/autorun'
 require 'digest/md5'
 require 'json'
@@ -9,6 +13,8 @@ end
 class TestArvTag < Minitest::Test
 
   def test_no_args
+    skip "Waiting until #4534 is implemented"
+
     # arv-tag exits with failure if run with no args
     out, err = capture_subprocess_io do
       assert_equal false, arv_tag