Skip to content

Commit c688eec

Browse files
Bohdan Kurylovychborzun
authored andcommitted
Disabled StartBatchDeleteClientTest in volatile layer client test
Disabled flaky VolatileLayerClientOnlineTest.StartBatchDeleteClientTest because we receive the 500 internal server error. Related-to: OLPEDGE-697 Signed-off-by: Bohdan Kurylovych <[email protected]>
1 parent e1192e7 commit c688eec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

olp-cpp-sdk-dataservice-write/test/unit/TestVolatileLayerClient.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,11 @@ TEST_P(VolatileLayerClientOnlineTest, PublishToBatchInvalidTest) {
310310
ASSERT_FALSE(publishToBatchResponse.IsSuccessful());
311311
}
312312

313-
TEST_P(VolatileLayerClientOnlineTest, StartBatchDeleteClientTest) {
313+
// Sometimes we receive the 500 internal server error,
314+
// thus looks loke the problem is on the server side.
315+
// Please, re-enable this test when switched to mocked server or
316+
// when the server will be more steady for testing
317+
TEST_P(VolatileLayerClientOnlineTest, DISABLED_StartBatchDeleteClientTest) {
314318
auto volatileClient = CreateVolatileLayerClient();
315319
auto response =
316320
volatileClient

0 commit comments

Comments
 (0)