Skip to content

Commit

Permalink
Skip auth password keyring test (no dbus)
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Feb 5, 2021
1 parent 22c867e commit b879d05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/src/core/testqgsauthmanager.cpp
Expand Up @@ -426,6 +426,12 @@ void TestQgsAuthManager::doSync()
void TestQgsAuthManager::testPasswordHelper()
{

if ( QgsTest::isCIRun() )
{
{
QSKIP( "QtKeyChain not working on CI (requires dbus)" );
}
}
QgsAuthManager *authm = QgsApplication::authManager();
authm->clearMasterPassword();

Expand Down

0 comments on commit b879d05

Please sign in to comment.