diff --git a/conformance_tests/sysman/test_sysman_device/src/test_sysman_device.cpp b/conformance_tests/sysman/test_sysman_device/src/test_sysman_device.cpp index f9cea4b9..454f585b 100644 --- a/conformance_tests/sysman/test_sysman_device/src/test_sysman_device.cpp +++ b/conformance_tests/sysman/test_sysman_device/src/test_sysman_device.cpp @@ -258,7 +258,7 @@ TEST_F( lzt::get_processes_state(device, actual_count); uint32_t test_count = actual_count + 1; lzt::get_processes_state(device, test_count); - EXPECT_EQ(test_count, actual_count); + EXPECT_GE(test_count, actual_count); } }