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

Change-Id: I0a1ae08c4f766baf27df115de9257ca8d5533af0
Tento commit je obsažen v:
ROCm CI Service Account
2022-10-27 20:24:56 +05:30
odevzdal GitHub
rodič 88389c4495
revize d62eaeeda5
+2 -2
Zobrazit soubor
@@ -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