Skip to content

Commit

Permalink
disable online boutique test
Browse files Browse the repository at this point in the history
  • Loading branch information
aleoli committed Aug 18, 2023
1 parent 24ce057 commit 319c7c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/cruise/basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ var _ = Describe("Liqo E2E", func() {

Context("E2E Testing with Online Boutique", func() {

BeforeEach(func() {
Skip("Skip Online Boutique test because it is not working")
})

const (
manifestBasePath = "https://raw.githubusercontent.com/liqotech/microservices-demo/master/release/"
)
Expand Down

0 comments on commit 319c7c8

Please sign in to comment.