diff --git a/projects/hip-tests/catch/unit/device/hipGetDeviceAttribute.cc b/projects/hip-tests/catch/unit/device/hipGetDeviceAttribute.cc index b7fa5cb031..4316ec86f4 100644 --- a/projects/hip-tests/catch/unit/device/hipGetDeviceAttribute.cc +++ b/projects/hip-tests/catch/unit/device/hipGetDeviceAttribute.cc @@ -250,8 +250,6 @@ TEST_CASE("Unit_hipGetDeviceAttribute_CheckAttrValues") { HIP_CHECK(test_hipDeviceGetAttribute(deviceId, hipDeviceAttributeTexturePitchAlignment, props.texturePitchAlignment)); - HIP_CHECK(test_hipDeviceGetAttribute(deviceId, - hipDeviceAttributeUnifiedAddressing, 1/*true*/)); } /*