Skip to content

Commit

Permalink
csm is disabled in tests
Browse files Browse the repository at this point in the history
Change-Id: I2f215d40df99f6e0a834c3416ded35d4b2a44d97
  • Loading branch information
igorbernstein2 committed Dec 3, 2024
1 parent 66032b9 commit ae99047
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ public void testPingAndWarmFeatureFlags()
assertThat(featureFlags.getLastScannedRowResponses()).isTrue();
assertThat(featureFlags.getRoutingCookie()).isTrue();
assertThat(featureFlags.getRetryInfo()).isTrue();
assertThat(featureFlags.getClientSideMetricsEnabled()).isTrue();
}
}

Expand Down

0 comments on commit ae99047

Please sign in to comment.