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 committed Feb 2, 2021
1 parent 4dcfbb9 commit a5fb0b5
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 a5fb0b5

Please sign in to comment.