From 74fe40d69d8f49fd92bd32d241840d11743d2ab6 Mon Sep 17 00:00:00 2001 From: Staci Cooper Date: Tue, 29 Jul 2014 16:06:14 -0400 Subject: [PATCH] CB-7223 spec.27 marked pending for wp8 since wp8 does not support custom headers --- test/tests.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/tests.js b/test/tests.js index 11e30b7..1e198a6 100644 --- a/test/tests.js +++ b/test/tests.js @@ -669,6 +669,9 @@ exports.defineAutoTests = function () { ft.upload("/usr/local/bad/file/path.txt", remoteFile, uploadWin, uploadFail); }); it("filetransfer.spec.27 should be able to set custom headers", function (done) { + if (cordova.platformId === 'windowsphone') { + pending(); + } var uploadFail = createFail(done, "Upload error callback should not have been called"); var fileFail = createFail(done, "Error writing file to be uploaded"); var remoteFile = "http://whatheaders.com";