mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +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.`);
|
||||
return;
|
||||
} 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
|
||||
version is ${glibc_version}`);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user