Skip to content
Merged
Prev Previous commit
Next Next commit
todo
  • Loading branch information
nehrao1 committed Jan 15, 2025
commit e9adb39a548b0191997df2d82f81c51e60cc5999
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ public void afterClass() {

@Test(groups = { "fast" }, timeOut = TIMEOUT)
public void createItem() throws Exception {
// TODO @nehrao/@fabianm REMOVE BEFORE CHECK-IN
if (client.asyncClient().getConnectionPolicy().getConnectionMode() != ConnectionMode.DIRECT ||
client.asyncClient().getEffectiveConsistencyLevel(OperationType.Read, null) != ConsistencyLevel.STRONG) {

throw new SkipException("Disabled for debugging");
}
InternalObjectNode properties = getDocumentDefinition(UUID.randomUUID().toString());
CosmosItemResponse<InternalObjectNode> itemResponse = container.createItem(properties);
assertThat(itemResponse.getRequestCharge()).isGreaterThan(0);
Expand Down
Loading