[users] Adjust failure expectations (today, for an openSUSE development host)

This commit is contained in:
Adriaan de Groot 2022-05-20 22:50:23 +02:00
parent 0a4e6804c6
commit cc7fe7fff7

View File

@ -140,7 +140,7 @@ UsersTests::testHostnamed()
// then this one should, also; or, if the previous one failed, then this
// changes to whatever-the-hostname-is, and systemd dbus seems to call that
// a success, as well (since nothing changes). So no failure-expectation here.
// QEXPECT_FAIL( "", "Hostname changes are access-controlled (restore)", Continue );
QEXPECT_FAIL( "", "Hostname changes are access-controlled (restore)", Continue );
QVERIFY( setSystemdHostname( m_originalHostName ) );
}
}