From f3b5d42cd5d01acf86235e6edc17f5b0d3b837c4 Mon Sep 17 00:00:00 2001 From: neuronull Date: Tue, 11 Apr 2023 12:07:09 -0600 Subject: [PATCH] chore(ci): Disable `appsignal` integration test until CA issues are resolved (#17109) --- .github/workflows/integration-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 48250bf4f65f2..bc1ebeb16a6d3 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -57,7 +57,8 @@ jobs: matrix: include: - test: 'amqp' - - test: 'appsignal' + # TODO: re-enable when the issue with the root CA is sorted out + #- test: 'appsignal' - test: 'aws' - test: 'axiom' - test: 'azure'