removing EnterLeaveDeviceGroup tests until I know whatt is supposed to happen with them now
1.1 --- a/test/src/EnterLeaveDeviceGroupTest.cc Tue Jan 07 12:21:43 2020 +0100
1.2 +++ b/test/src/EnterLeaveDeviceGroupTest.cc Wed Jan 08 04:35:59 2020 +0100
1.3 @@ -18,6 +18,7 @@
1.4 #include <gtest/gtest.h>
1.5
1.6
1.7 +// Entering and leaving device group now requires sync events to happen, and this test needs to be upgraded. Will only run one test now, intended to fail.
1.8 namespace {
1.9
1.10 //The fixture for EnterLeaveDeviceGroupTest
1.11 @@ -84,7 +85,11 @@
1.12
1.13 } // namespace
1.14
1.15 +TEST_F(EnterLeaveDeviceGroupTest, INTENTIONAL_FAIL_UPGRADE_TEST_SUITE_FOR_SYNC_EVENT_QUEUE) {
1.16 + ASSERT_TRUE(false);
1.17 +}
1.18
1.19 +#if 0
1.20 TEST_F(EnterLeaveDeviceGroupTest, check_enter_device_group_no_own) {
1.21 pEp_identity* alice_id = NULL;
1.22 ASSERT_TRUE(slurp_and_import_key(session, "test_keys/pub/pep-test-alice-0x6FF00E97_pub.asc"));
1.23 @@ -999,3 +1004,4 @@
1.24 free_identity_list(ids_to_group);
1.25 free_identity(alice_id3);
1.26 }
1.27 +#endif