Skip to content

Commit

Permalink
test: fix bucket
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Jan 6, 2025
1 parent bfd7122 commit 014f003
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/e2e/e2e_gatewayapi_common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,6 @@ func testFSMGatewayGRPCSTraffic() {
}, 5, Td.ReqSuccessTimeout)

Expect(cond).To(BeTrue(), "Failed testing GRPCs traffic from grpcurl(localhost) to destination %s/%s", grpcReq.Destination, grpcReq.Symbol)

}

func testFSMGatewayTLSPassthrough() {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/e2e_namespacedingress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
var _ = FSMDescribe("Test traffic among FSM NamespacedIngress",
FSMDescribeInfo{
Tier: 2,
Bucket: 7,
Bucket: 10,
OS: OSCrossPlatform,
},
func() {
Expand Down

0 comments on commit 014f003

Please sign in to comment.