15275: Re-adds the test exposing this branch's particular bug.
authorLucas Di Pentima <ldipentima@veritasgenetics.com>
Fri, 24 May 2019 18:33:13 +0000 (15:33 -0300)
committerLucas Di Pentima <ldipentima@veritasgenetics.com>
Fri, 24 May 2019 18:33:13 +0000 (15:33 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

services/api/test/unit/collection_test.rb

index 9198f74e86e802673a0a997d2f9015760424f6b2..d9facba14e02f5ddee631bf8e9799adf1d9fce72 100644 (file)
@@ -267,8 +267,7 @@ class CollectionTest < ActiveSupport::TestCase
   end
 
   # This test exposes a bug related to JSONB attributes, see #15725.
-  # Skipping for the moment, to unblock federation tests.
-  skip "recently loaded collection shouldn't list changed attributes" do
+  test "recently loaded collection shouldn't list changed attributes" do
     col = Collection.where("properties != '{}'::jsonb").limit(1).first
     refute col.properties_changed?, 'Properties field should not be seen as changed'
   end