Skip to content

Commit

Permalink
[native] Add back removed params in PrestoExchangeSourceTest
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjialiang committed Mar 31, 2024
1 parent 53fc6ab commit 0a67bd7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1008,11 +1008,11 @@ INSTANTIATE_TEST_CASE_P(
PrestoExchangeSourceTest,
PrestoExchangeSourceTest,
::testing::Values(
// Params{true, true, 1, 1},
// Params{true, false, 1, 1},
Params{true, true, 1, 1},
Params{true, false, 1, 1},
Params{false, true, 1, 1},
Params{false, false, 1, 1},
// Params{true, true, 2, 10},
// Params{true, false, 2, 10},
Params{true, true, 2, 10},
Params{true, false, 2, 10},
Params{false, true, 2, 10},
Params{false, false, 2, 10}));

0 comments on commit 0a67bd7

Please sign in to comment.