From 5a2b6c8b2f5729c427e9a6a69fea043651e85dbc Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 10 Apr 2024 17:05:13 +0200 Subject: [PATCH] skip only-if-cached tests for remote-car --- .github/workflows/gateway-conformance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gateway-conformance.yml b/.github/workflows/gateway-conformance.yml index e61ea85404..1c8a989313 100644 --- a/.github/workflows/gateway-conformance.yml +++ b/.github/workflows/gateway-conformance.yml @@ -113,7 +113,7 @@ jobs: markdown: output.md subdomain-url: http://example.net specs: -trustless-ipns-gateway,-path-ipns-gateway,-subdomain-ipns-gateway,-dnslink-gateway - args: -skip 'TestGatewayCar/GET_response_for_application/vnd.ipld.car/Header_Content-Length' + args: -skip 'TestGatewayCar/GET_response_for_application/vnd.ipld.car/Header_Content-Length' -skip 'TestGatewayCache/HEAD_for_/ipfs/_with_only-if-cached_succeeds_when_in_local_datastore' -skip 'TestGatewayCache/GET_for_/ipfs/_with_only-if-cached_succeeds_when_in_local_datastore' # 5. Upload the results - name: Upload MD summary