Skip to content

Commit

Permalink
Disable checks relying on resolve/head request
Browse files Browse the repository at this point in the history
  • Loading branch information
gothub committed Sep 10, 2019
1 parent 6c71dd6 commit bb215d8
Showing 1 changed file with 19 additions and 25 deletions.
44 changes: 19 additions & 25 deletions src/suites/FAIR-suite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,6 @@
<type>Findable</type>
<level>REQUIRED</level>
</check>
<check>
<id>dataset.publisher.present.1</id>
<type>Findable</type>
<level>REQUIRED</level>
</check>
<check>
<id>dataset.publisherIdentifier.present.1</id>
<type>Findable</type>
<level>OPTIONAL</level>
</check>
<check>
<id>dataset.title.length.1</id>
<type>Findable</type>
Expand Down Expand Up @@ -117,27 +107,16 @@
<!--
Accessible
-->
<!-- Remove this check until interested parties verify that this check
is testing the correct concept. See https://github.com/NCEAS/metadig-checks/issues/29
<check>
<id>dataset.accessControlRules.specified.1</id>
<type>Accessible</type>
<level>REQUIRED</level>
</check>
-->
<check>
<id>dataset.landingPage.present.1</id>
<type>Accessible</type>
<level>REQUIRED</level>
</check>
<!-- This check relies on the DataONE HEAD/resolve service, which is
currently broken. See https://redmine.dataone.org/issues/8812
<check>
<id>entity.access.public.1</id>
<type>Accessible</type>
<level>REQUIRED</level>
</check>
-->
<check>
<id>distribution.contact.present.1</id>
<type>Accessible</type>
Expand All @@ -161,14 +140,16 @@
<type>Accessible</type>
<level>REQUIRED</level>
</check>
<!-- This check relies on the DataONE HEAD/resolve service, which is
currently broken. See https://redmine.dataone.org/issues/8812
<check>
<id>entity.identifier.resolvable.1</id>
<id>dataset.publisher.present.1</id>
<type>Accessible</type>
<level>REQUIRED</level>
</check>
-->
<check>
<id>dataset.publisherIdentifier.present.1</id>
<type>Accessible</type>
<level>OPTIONAL</level>
</check>
<check>
<id>dataset.serviceLocation.present.1</id>
<type>Accessible</type>
Expand All @@ -179,6 +160,19 @@
<type>Accessible</type>
<level>OPTIONAL</level>
</check>
<!-- This check relies on the DataONE HEAD/resolve service, which is
currently broken. See https://redmine.dataone.org/issues/8812
<check>
<id>entity.identifier.resolvable.1</id>
<type>Accessible</type>
<level>REQUIRED</level>
</check>
-->
<check>
<id>entity.access.public.1</id>
<type>Accessible</type>
<level>OPTIONAL</level>
</check>
<!-- Interoperable -->
<check>
<id>entity.attributeName.differs.1</id>
Expand Down

0 comments on commit bb215d8

Please sign in to comment.