We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910e88f commit c759f1dCopy full SHA for c759f1d
.github/workflows/merge-main.yml
@@ -17,7 +17,3 @@ jobs:
17
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main
18
secrets:
19
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
20
- test-zk:
21
- uses: bgd-labs/github-workflows/.github/workflows/foundry-test-zk.yml@main
22
- secrets:
23
- ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
tests/ProtocolV3TestBase.t.sol
@@ -101,6 +101,7 @@ contract ProtocolV3TestE2ETestMetisAll is ProtocolV3TestBase {
101
102
contract ProtocolV3TestE2ETestAvalancheAll is ProtocolV3TestBase {
103
function setUp() public {
104
+ vm.skip(true, 'Not relevant for Horizon');
105
vm.createSelectFork('avalanche', 66702537);
106
}
107
0 commit comments