Skip to content

Commit

Permalink
Fix test in release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Mar 8, 2024
1 parent 46e6021 commit 70d6664
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected String getTestRestCluster() {
}

public void testTimeSeriesQuerying() throws IOException {
assertTrue("time series querying relies on query pragma", Build.current().isSnapshot());
assumeTrue("time series querying relies on query pragma", Build.current().isSnapshot());
var settings = Settings.builder()
.loadFromStream("tsdb-settings.json", TSDBRestEsqlIT.class.getResourceAsStream("/tsdb-settings.json"), false)
.build();
Expand Down

0 comments on commit 70d6664

Please sign in to comment.