Commit 2138e96d authored by Scott Vokes's avatar Scott Vokes
Browse files

Note that the FLUSHALLDATA system test does not work in the simulator.

parent 11b7db9c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -120,6 +120,8 @@ static void no_op_callback(KineticCompletionData* kinetic_data, void* client_dat

void test_Flush_should_flush_pending_async_PUTs_and_DELETEs(void)
{
    TEST_IGNORE_MESSAGE("FLUSHALLDATA is a no-op in the simulator.");

    // Arguments shared between entries
    uint8_t VersionData[1024];
    ByteBuffer VersionBuffer = ByteBuffer_Create(VersionData, sizeof(VersionData), 0);