Commit 295145a6 authored by Job Vranish's avatar Job Vranish
Browse files

fixed issue where the getkeyrange test would randomly fail

parent 30c3935e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ void setUp(void)
void tearDown(void)
{
    LOG_LOCATION;
    // SystemTestTearDown(&Fixture);
    SystemTestTearDown(&Fixture);
}

void test_GetKeyRange_should_retrieve_a_range_of_keys_from_device(void)
+2 −2
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ void tearDown(void)
// These tests are disabled until we have a way of running them on travis CI
//  Currently we can only run these by starting a simulator on two different computers
#if 0
void test_P2P_should_copy_keys_from_one_device_to_another(void)
void disabled_test_P2P_should_copy_keys_from_one_device_to_another(void)
{ LOG_LOCATION;


@@ -307,7 +307,7 @@ void test_P2P_should_copy_keys_from_one_device_to_another(void)



void test_P2P_should_support_nesting_of_p2p_operations(void)
void disabled_test_P2P_should_support_nesting_of_p2p_operations(void)
{ LOG_LOCATION;
    ByteBuffer_Reset(&ReadValueBuffer);
    ByteBuffer_Reset(&ReadTagBuffer);