We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66c437 commit 2c1cbd5Copy full SHA for 2c1cbd5
packages/driver/cypress/integration/e2e/multidomain_spec.ts
@@ -1,5 +1,5 @@
1
// FIXME: Skip these for now since they're flaky
2
-describe('multidomain', () => {
+describe.skip('multidomain', () => {
3
const expectTextMessage = (text, done) => {
4
const onMessage = (event) => {
5
if (event.data && event.data.queriedText !== undefined) {
0 commit comments