mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
SERVER-42178 Disable Split Horizon testing on SLES.
This commit is contained in:
parent
ce1e63a5a7
commit
cabb59afb1
@ -41,6 +41,12 @@
|
|||||||
version is ${glibc_version}, skipping this test.`);
|
version is ${glibc_version}, skipping this test.`);
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
|
var verCheck = runProgram("grep", "/etc/os-release", "\"SUSE Linux Enterprise Server\"")
|
||||||
|
if (verCheck == 0) {
|
||||||
|
jsTestLog(`HOSTALIASES does not seem to work as expected but we detected SLES. GLIBC
|
||||||
|
version is ${glibc_version}, skipping this test.`);
|
||||||
|
return;
|
||||||
|
}
|
||||||
assert(false, `HOSTALIASES does not seem to work as expected on this system. GLIBC
|
assert(false, `HOSTALIASES does not seem to work as expected on this system. GLIBC
|
||||||
version is ${glibc_version}`);
|
version is ${glibc_version}`);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user