Skip to content

Commit

Permalink
temporary: just run one e2e test
Browse files Browse the repository at this point in the history
to show that it works. but the decider process isn't getting killed, so
subsequent tests will fail to start it up because its port is already in use.
  • Loading branch information
feuGeneA committed Jun 28, 2024
1 parent 4e8ddff commit 0271db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ var _ = ginkgo.AfterSuite(func() {
})

var _ = ginkgo.Describe("[AWM Relayer Integration Tests", func() {
ginkgo.It("Manually Provided Message", func() {
ginkgo.FIt("Manually Provided Message", func() {
ManualMessage(localNetworkInstance)
})
ginkgo.It("Basic Relay", func() {
Expand Down

0 comments on commit 0271db2

Please sign in to comment.