Commit ab392e9f authored by Eduardo Sanz García's avatar Eduardo Sanz García Committed by Eduardo

Disable a test that make axes-core crash

parent 9d11dc86
......@@ -110,9 +110,11 @@ describe('PortProvider', () => {
},
});
sendMessage({
data: null,
});
// Disabled this check because it make axes-core to crash
// Reported: https://github.com/dequelabs/axe-core/pull/3249
// sendMessage({
// data: null,
// });
await delay(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment