summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/identity/oauth2authentication/tst_oauth2authentication.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/identity/oauth2authentication/tst_oauth2authentication.cpp b/tests/auto/identity/oauth2authentication/tst_oauth2authentication.cpp
index 9cc9c7a..54a747d 100644
--- a/tests/auto/identity/oauth2authentication/tst_oauth2authentication.cpp
+++ b/tests/auto/identity/oauth2authentication/tst_oauth2authentication.cpp
@@ -60,14 +60,10 @@ public slots:
private slots:
void initTestCase()
{
- if (EnginioTests::TESTAPP_URL != QStringLiteral("https://staging.engin.io"))
- QSKIP("OAuth2Authentication tests can be executed only against staging");
Base::initTestCase(QStringLiteral("tst_OAuth2Auth"));
}
void cleanupTestCase()
{
- if (EnginioTests::TESTAPP_URL != QStringLiteral("https://staging.engin.io"))
- QSKIP("OAuth2Authentication tests can be executed only against staging");
Base::cleanupTestCase();
}