From 4ab14cdd0750e341451fceca1df762fcb4deb056 Mon Sep 17 00:00:00 2001 From: neuronull Date: Tue, 11 Apr 2023 11:17:48 -0600 Subject: [PATCH] disable --- .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'