Skip to content

Commit

Permalink
disable consolidator test
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <[email protected]>
  • Loading branch information
harshit-gangal committed Nov 15, 2024
1 parent 05b80b8 commit 050a239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/test/endtoend/vtgate/consolidator/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ func TestConsolidatorEnabledReplicasWithDirective(t *testing.T) {
}

func testConsolidator(t *testing.T, testCases []consolidatorTestCase) {
t.Skip("consolidator is not support with raw packets")
for _, testCase := range testCases {
t.Run(fmt.Sprintf("%s%s", testCase.query, testCase.tabletType), func(t *testing.T) {
// Create a connection.
Expand Down

0 comments on commit 050a239

Please sign in to comment.