Skip to content

Commit dc0fc3b

Browse files
committed
TEMP: remove me
1 parent 68214e2 commit dc0fc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugin_functional/test_suites/core_plugins/applications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
126126
expect(await appsMenu.linkExists('Chromeless')).to.be(false);
127127
});
128128

129-
it('navigating to chromeless application hides chrome', async () => {
129+
it.skip('navigating to chromeless application hides chrome', async () => {
130130
await PageObjects.common.navigateToApp('chromeless');
131131
await loadingScreenNotShown();
132132
expect(await testSubjects.exists('headerGlobalNav')).to.be(false);

0 commit comments

Comments
 (0)