skip linking test integration test

pull/1287/head
Audric Ackermann 5 years ago
parent 933eb73aa1
commit 38b9736314
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -37,17 +37,17 @@ describe('Link Device', function() {
await Common.killallElectron();
});
it('linkDevice: link two desktop devices', async () => {
xit('linkDevice: link two desktop devices', async () => {
await Common.linkApp2ToApp(app, app2, Common.TEST_PUBKEY1);
});
it('linkDevice: unlink two devices', async () => {
xit('linkDevice: unlink two devices', async () => {
await Common.linkApp2ToApp(app, app2, Common.TEST_PUBKEY1);
await Common.timeout(1000);
await Common.triggerUnlinkApp2FromApp(app, app2);
});
it('linkDevice:sync no groups, closed group, nor open groups', async () => {
xit('linkDevice:sync no groups, closed group, nor open groups', async () => {
await TestUtils.spyMessageQueueSend(app);
await TestUtils.spyMessageQueueSend(app2);

Loading…
Cancel
Save