From 243afb2eafdd476d7d6ff32fa58a751673efe528 Mon Sep 17 00:00:00 2001 From: Sam <3194321+cykoder@users.noreply.github.com> Date: Sat, 24 Aug 2024 06:44:48 +0100 Subject: [PATCH] Remove DisableTrustRegistryParticipantsTests (#447) --- .github/workflows/integration-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a40e085af..8cd1969c5 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -30,7 +30,6 @@ jobs: runs-on: ubuntu-latest env: CONFIG_DOCK_NODE_IMAGE_TAG: "testnet" - DisableTrustRegistryParticipantsTests: true steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1