mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 697177: Disable test that's triggering some known bugs.
This commit is contained in:
parent
940611c04c
commit
f9e4b0064c
@ -12,6 +12,10 @@
|
||||
<script type="text/javascript;version=1.7">
|
||||
function testSteps()
|
||||
{
|
||||
todo(false, "Reenable me!");
|
||||
finishTest();
|
||||
yield;
|
||||
|
||||
const name = window.location.pathname;
|
||||
|
||||
let request = mozIndexedDB.open(name, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user