diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-01-27 16:12:17 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:34:52 +0100 |
commit | efe7e4ebc9c71f68d29c5c1a5a6bacbaea6fd146 (patch) | |
tree | a496c2f76e9cbdeee700791baf98dbe8f23e3501 /autotests/testolmsession.h | |
parent | 583d484b2dc27d3216706a1e0858b794d4c5fe19 (diff) | |
download | libquotient-efe7e4ebc9c71f68d29c5c1a5a6bacbaea6fd146.tar.gz libquotient-efe7e4ebc9c71f68d29c5c1a5a6bacbaea6fd146.zip |
Disable olm test when disabling encryption
Diffstat (limited to 'autotests/testolmsession.h')
-rw-r--r-- | autotests/testolmsession.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/autotests/testolmsession.h b/autotests/testolmsession.h index c03b7b6a..9a5798fa 100644 --- a/autotests/testolmsession.h +++ b/autotests/testolmsession.h @@ -2,7 +2,6 @@ // // SPDX-License-Identifier: LGPL-2.1-or-later -#ifdef Quotient_E2EE_ENABLED #include <QtTest/QtTest> class TestOlmSession : public QObject @@ -13,4 +12,3 @@ private Q_SLOTS: void olmEncryptDecrypt(); void correctSessionOrdering(); }; -#endif |