You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it(suiteName+'create virtual table using R-Tree',function(done){
288
288
if(isWebSql)pending('SKIP for Web SQL');
289
289
if(isAndroid&&isImpl2)pending('NOT IMPLEMENTED for all versions of android.database');// NOT IMPLEMENTED for all versions of Android database (failed in Circle CI)
290
-
if(!isWebSql&&isBrowser)pending('NOT IMPLEMENTED on plugin for browser platform');// FUTURE TODO
290
+
// if (!isWebSql && isBrowser) pending('NOT IMPLEMENTED on plugin for browser platform'); // FUTURE TODO
0 commit comments