SWDEV-360748 - Disable hipExtGetLinkTypeAndHopCount_Positive_Basic test on Windows (#3034)

Change-Id: I0a1ae08c4f766baf27df115de9257ca8d5533af0

[ROCm/hip-tests commit: 1787d43b70]
Этот коммит содержится в:
ROCm CI Service Account
2022-10-27 20:24:56 +05:30
коммит произвёл GitHub
родитель 9e3586439c
Коммит 4756626aab
+2 -2
Просмотреть файл
@@ -23,7 +23,7 @@ THE SOFTWARE.
#include <hip_test_common.hh>
#include <hip/hip_runtime_api.h>
#if HT_AMD
#if __linux__ && HT_AMD
TEST_CASE("Unit_hipExtGetLinkTypeAndHopCount_Positive_Basic") {
const auto device1 = GENERATE(range(0, HipTest::getDeviceCount()));
const auto device2 = GENERATE(range(0, HipTest::getDeviceCount()));
@@ -97,4 +97,4 @@ TEST_CASE("Unit_hipExtGetLinkTypeAndHopCount_Negative_Parameters") {
HIP_CHECK_ERROR(hipExtGetLinkTypeAndHopCount(0, 1, nullptr, nullptr), hipErrorInvalidValue);
}
}
#endif
#endif