From c2f45c8e34c8e16611f81a30de9b811bc17dbf27 Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Mon, 4 Dec 2023 03:36:13 -0500 Subject: [PATCH] ci(gateway-conformance): disable path-dag specs tests --- .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 ac8896a..a610def 100644 --- a/.github/workflows/gateway-conformance.yml +++ b/.github/workflows/gateway-conformance.yml @@ -94,7 +94,7 @@ jobs: xml: output.xml html: output.html markdown: output.md - specs: +trustless-gateway,+path-gateway,+subdomain-gateway,+dnslink-gateway,+redirects-file + specs: +trustless-gateway,+path-gateway,+subdomain-gateway,+dnslink-gateway,+redirects-file,-path-dag-gateway # use below to skip specific test if needed # args: -skip 'TestFooBr/GET_response_for_something' #