Skip to content

Commit 8be44cb

Browse files
authored
test(android): disable content scheme tests (apache#520)
1 parent f85373b commit 8be44cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/tests.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3990,6 +3990,11 @@ exports.defineAutoTests = function () {
39903990
// Content and Asset URLs
39913991
if (cordova.platformId === 'android') { // eslint-disable-line no-undef
39923992
describe('content: URLs', function () {
3993+
// content:// scheme URLs appear to not work when the app is served through http(s)://
3994+
// This might be related to the AssetLoader not being able to intercept...
3995+
// For now, these tests will be skipped to not affect any test results.
3996+
pending();
3997+
39933998
// Warning: Default HelloWorld www directory structure is required for these tests (www/index.html at least)
39943999
function testContentCopy (src, done) {
39954000
var file2 = 'entry.copy.file2b';

0 commit comments

Comments
 (0)