Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

test(android): disable content scheme tests #520

Merged
merged 1 commit into from
Mar 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tests/tests.js
Original file line number Diff line number Diff line change
@@ -3990,6 +3990,11 @@ exports.defineAutoTests = function () {
// Content and Asset URLs
if (cordova.platformId === 'android') { // eslint-disable-line no-undef
describe('content: URLs', function () {
// content:// scheme URLs appear to not work when the app is served through http(s)://
// This might be related to the AssetLoader not being able to intercept...
// For now, these tests will be skipped to not affect any test results.
pending();

// Warning: Default HelloWorld www directory structure is required for these tests (www/index.html at least)
function testContentCopy (src, done) {
var file2 = 'entry.copy.file2b';