Updated message

This commit is contained in:
Mikhail Yankelevich 2026-01-26 12:04:57 +00:00 committed by GitHub
parent 6284930a8c
commit 6794469f73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ public class ConfPlusProp {
if (System.getenv("USERDNSDOMAIN") != null ||
System.getenv("LOGONSERVER") != null) {
throw new SkippedException(
"Looks like a Windows machine in a domain.");
"Test cannot run in a domain.");
}
new ConfPlusProp().run();
}