[gjs/gnome-3-36] testRegress: Always enable tests depending on old MR



commit 82333a0e9f4cda702f65c4308e926db493761d60
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Mon Mar 16 23:43:44 2020 +0100

    testRegress: Always enable tests depending on old MR
    
    These tests depend on a MR that is part of gobject-introspection 1.61.1
    and so a version earlier than the one we depend on

 installed-tests/js/testRegress.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/installed-tests/js/testRegress.js b/installed-tests/js/testRegress.js
index 1aa60e9b..654a419b 100644
--- a/installed-tests/js/testRegress.js
+++ b/installed-tests/js/testRegress.js
@@ -1038,7 +1038,7 @@ describe('Life, the Universe and Everything', function () {
                     done();
                 });
                 o.emit_sig_with_error();
-            }).pend('https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/169');
+            });
 
             it('GError signal with no GError set', function (done) {
                 o.connect('sig-with-gerror', (obj, e) => {
@@ -1046,7 +1046,7 @@ describe('Life, the Universe and Everything', function () {
                     done();
                 });
                 o.emit_sig_with_null_error();
-            }).pend('https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/169');
+            });
         });
 
         it('can call an instance method', function () {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]