Skip to content

Commit 1577584

Browse files
authored
Chore: Disable test that relies on new qmlpath work on releases/2.13 (#5796)
1 parent 5e386a2 commit 1577584

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/functional/testIpInfo.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ describe('IP info', function() {
2323
assert(await vpn.getElementProperty(homeScreen.IP_INFO_PANEL, 'isOpen') === 'false');
2424
});
2525

26-
it('Closes when VPN is deactivated', async () => {
26+
// Skip this test on 2.13 branch where queries is not available
27+
it.skip('Closes when VPN is deactivated', async () => {
2728
await vpn.waitForQuery(queries.screenHome.CONTROLLER_TITLE.visible());
2829
await vpn.activate(true);
2930

0 commit comments

Comments
 (0)