Bug 697177: Disable test that's triggering some known bugs.

This commit is contained in:
Kyle Huey 2011-10-26 14:59:09 -04:00
parent 940611c04c
commit f9e4b0064c

View File

@ -12,6 +12,10 @@
<script type="text/javascript;version=1.7"> <script type="text/javascript;version=1.7">
function testSteps() function testSteps()
{ {
todo(false, "Reenable me!");
finishTest();
yield;
const name = window.location.pathname; const name = window.location.pathname;
let request = mozIndexedDB.open(name, 1); let request = mozIndexedDB.open(name, 1);