5737: Return of Minitest
[arvados.git] / services / api / test / functional / arvados / v1 / collections_controller_test.rb
index a8583be12bb70d915585c8c48aba0bc06aa32d3e..634fce79706254069196160410d132e2ed277ae1 100644 (file)
@@ -751,11 +751,11 @@ EOS
     [2**8, :success],
     [2**18, 422],
   ].each do |description_size, expected_response|
-    test "create collection with description size #{description_size}
+    # Descriptions are not part of search indexes. Skip until
+    # full-text search is implemented, at which point replace with a
+    # search in description.
+    skip "create collection with description size #{description_size}
           and expect response #{expected_response}" do
-      skip "(Descriptions are not part of search indexes. Skip until full-text search
-            is implemented, at which point replace with a search in description.)"
-
       authorize_with :active
 
       description = 'here is a collection with a very large description'