Skip to content

Commit

Permalink
run ValidatorChurn in the end
Browse files Browse the repository at this point in the history
gwen917 committed Nov 20, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 06c42ed commit 9342e1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/e2e_test.go
Original file line number Diff line number Diff line change
@@ -51,6 +51,10 @@ var _ = ginkgo.BeforeSuite(func() {
var _ = ginkgo.AfterSuite(localUtils.TearDownNetwork)

var _ = ginkgo.Describe("[Teleporter integration tests]", func() {
// Cross-chain application tests
ginkgo.It("Example cross chain messenger", ExampleMessengerGinkgo)
ginkgo.It("ERC20 bridge multihop", ERC20BridgeMultihopGinkgo)

// Teleporter tests
ginkgo.It("Send a message from Subnet A to Subnet B", BasicOneWaySendGinkgo)
ginkgo.It("Deliver to the wrong chain", DeliverToWrongChainGinkgo)
@@ -64,8 +68,4 @@ var _ = ginkgo.Describe("[Teleporter integration tests]", func() {
ginkgo.It("Resubmit altered message", ResubmitAlteredMessageGinkgo)
ginkgo.It("Relayer modifies message", RelayerModifiesMessageGinkgo)
ginkgo.It("Validator churn", ValidatorChurnGinkgo)

// Cross-chain application tests
ginkgo.It("Example cross chain messenger", ExampleMessengerGinkgo)
ginkgo.It("ERC20 bridge multihop", ERC20BridgeMultihopGinkgo)
})

0 comments on commit 9342e1f

Please sign in to comment.