You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2019/11/20 18:27:51 UTC

[cordova-plugin-screen-orientation] branch raphinesse/debug-ci updated: Disable test

This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a commit to branch raphinesse/debug-ci
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-screen-orientation.git


View the commit online:
https://github.com/apache/cordova-plugin-screen-orientation/commit/bda5aa0c6287bcb46edbf14e98cc74865c7d14de

The following commit(s) were added to refs/heads/raphinesse/debug-ci by this push:
     new bda5aa0  Disable test
bda5aa0 is described below

commit bda5aa0c6287bcb46edbf14e98cc74865c7d14de
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Wed Nov 20 19:27:36 2019 +0100

    Disable test
---
 tests/tests.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/tests.js b/tests/tests.js
index 5a48cab..5176e55 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -117,7 +117,7 @@ exports.defineAutoTests = function() {
     // test onchange works
     describe('window.screen.orientation', function() {
 
-        it('should successfully lock and unlock screen orientation, lock should return a promise', function() {
+        xit('should successfully lock and unlock screen orientation, lock should return a promise', function() {
             try {
                 var promise = window.screen.orientation.lock('landscape');
                 expect(promise).toBeDefined();


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org