Skip to content

Commit

Permalink
reset flag after integ tests for SourceConfigWithoutS3RestApiIT
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
  • Loading branch information
eirsep committed Aug 10, 2024
1 parent 8555fa4 commit 9db4e6d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -945,4 +945,9 @@ public void testUpdateDefaultSourceConfigThrowsError() throws IOException, Inter
Assert.assertTrue(e.getMessage().contains("unsupported_operation_exception"));
}
}

@Override
protected boolean preserveIndicesUponCompletion() {
return false;
}
}

0 comments on commit 9db4e6d

Please sign in to comment.