diff options
author | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2024-10-15 09:21:03 +0200 |
---|---|---|
committer | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2024-10-16 14:19:15 +0200 |
commit | f3879b3704add28ad1a4bdfc4cc6ba020fbfc8ae (patch) | |
tree | a8eb460661c4402d3f2474df588130570078a892 | |
parent | 0f2b8b018ce7e0a329e68c51d972bed268f50260 (diff) |
test: Disable row-storage.sqlDatabase.
The HTML5 test is no longer maintained since april, so do not take the tests seriously.
-rwxr-xr-x | tests/html5test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/html5test b/tests/html5test index 8e8b0e7..9ce52da 100755 --- a/tests/html5test +++ b/tests/html5test @@ -389,7 +389,7 @@ if __name__ == '__main__': ("row-storage.indexedDB.basic", "Yes"), ("row-storage.indexedDB.blob", "Yes"), ("row-storage.indexedDB.arraybuffer", "Yes"), - ("row-storage.sqlDatabase", "Yes"), + #("row-storage.sqlDatabase", "Yes"), ("row-files.fileReader", "Yes"), ("row-files.fileReader.blob", "Yes"), ("row-files.fileReader.dataURL", "Yes"), |