From 7d1b45b841c53124b9771de4b18920a924cc2498 Mon Sep 17 00:00:00 2001 From: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:17:26 +0000 Subject: [PATCH] chore: mark upstream `triedb/pathdb` test flaky (#78) ## Why this should be merged Reduce false-positive CI failures. ## How this works Runs upstream `triedb/pathdb` test sequentially. ## How this was tested [Inspection of CI](https://github.com/ava-labs/libevm/actions/runs/12049469376/job/33596276893?pr=78#step:4:17) --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6689cfbe66..ebdecbf3c7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,7 @@ on: jobs: go_test_short: env: - FLAKY_REGEX: 'ava-labs/libevm/(eth|eth/tracers/js|eth/tracers/logger|accounts/abi/bind|accounts/keystore|eth/downloader|miner|ethclient|ethclient/gethclient|eth/catalyst)$' + FLAKY_REGEX: 'ava-labs/libevm/(triedb/pathdb|eth|eth/tracers/js|eth/tracers/logger|accounts/abi/bind|accounts/keystore|eth/downloader|miner|ethclient|ethclient/gethclient|eth/catalyst)$' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4