Skip to content

Commit

Permalink
Run CI without pit unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Rupal Mahajan <[email protected]>
  • Loading branch information
rupal-bq authored and manasvinibs committed Aug 15, 2024
1 parent b30de65 commit 162ef0c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public PointInTimeHandlerImpl(Client client, String pitId) {
*
* @return Point In Time creation status
*/
@Override
/*@Override
public boolean create() {
CreatePitRequest createPitRequest =
new CreatePitRequest(
Expand Down Expand Up @@ -86,11 +86,11 @@ public void onFailure(Exception e) {
return createStatus;
}
/**
*//**
* Delete PIT
*
* @return delete status
*/
*//*
@Override
public boolean delete() {
DeletePitRequest deletePitRequest = new DeletePitRequest(pitId);
Expand Down Expand Up @@ -121,5 +121,5 @@ public void onFailure(Exception e) {
}
return deleteStatus;
}
}*/
}

0 comments on commit 162ef0c

Please sign in to comment.