Skip to content

Commit 6bdea2e

Browse files
committed
fix unit test query exclude
1 parent c505ea0 commit 6bdea2e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/config/mrt/query/query.sql.misc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ queries:
8282
order by id
8383
limit 1000
8484
/queries/misc/purgable_arks:
85+
test_skip: true
8586
sql: |
8687
SELECT
8788
o.ark,

app/lib/client/uc3_client.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ def initialize
372372
/ops/storage/benchmark-fixity-nodes
373373
/ops/storage/benchmark-fixity-audit
374374
/ops/storage/benchmark-fixity-access
375-
/queries/misc/purgable_arks
376375
]
377376

378377
# These GET operations require specific url parameters that are not readily available for a unit test

0 commit comments

Comments
 (0)