forked from OffchainLabs/nitro
-
Notifications
You must be signed in to change notification settings - Fork 11
/
ci_skip_tests
48 lines (47 loc) · 1.44 KB
/
ci_skip_tests
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This file is used for filtering CI tests.
# These tests are prone to fail in the CI
# environment. To run tests locally, please run:
# ```
# ./scripts/espresso-ci-local
# ```
# To see how we use this file, please check scripts/espresso-run-test-ci
#
# Note that if a substring of the test function name is listed here, it will be skipped.
TestChallengeManagerFullAsserterCorrect
TestChallengeManagerFullAsserterIncorrect
TestLiveNodeConfig
TestProgramActivateTwice
TestProgramArbitratorEvmData
TestProgramCallSimple
TestProgramEvmData
TestProgramLogs
TestProgramLogsWithTracing
TestRPCStore
TestProgramTransientStorage
TestProgramCalls
TestProgramMemory
TestProgramErrors
TestPeriodicReloadOfLiveNodeConfig
TestProgramLongArbitratorCall
TestProgramArbitratorCalls
TestProgramLongCall
TestProgramArbitratorActivateTwice
TestProgramArbitratorMemory
TestProgramArbitratorLogs
TestProgramArbitratorTransientStorage
TestProgramArbitratorErrors
TestBlockValidatorSimpleJITOnchain
TestMockChallengeManagerAsserterIncorrect
TestChallengeStakersFaultyHonestActive
TestChallengeManagerFullAsserterCorrectWithPublishedMachine
TestRedisProduce
TestBlockValidatorSimpleOnchainWithPublishedMachine
TestChallengeToFailedOSP
TestChallengeToTimeout
TestStylusUpgrade
TestChallengeToFailedTooFar
TestTwoNodesLong
TestStylusOpcodeTraceEquivalence
# These tests are specific to Espresso and we have a dedicated
# CI workflow for them. See: .github/workflows/espresso-e2e.yml
TestEspresso