mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
gjs: disable introspection tests
This commit is contained in:
parent
7fbd6fefea
commit
fefffee2b1
@ -47,6 +47,10 @@ in stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
# Allow installing installed tests to a separate output.
|
||||
./installed-tests-path.patch
|
||||
|
||||
# Disable introspection test in installed tests
|
||||
# (minijasmine:1317): GLib-GIO-WARNING **: 17:33:39.556: Error creating IO channel for /proc/self/mountinfo: No such file or directory (g-io-error-quark, 1)
|
||||
./disable-introspection-test.patch
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -0,0 +1,12 @@
|
||||
diff --git a/installed-tests/js/meson.build b/installed-tests/js/meson.build
|
||||
index 07759690..43c87c59 100644
|
||||
--- a/installed-tests/js/meson.build
|
||||
+++ b/installed-tests/js/meson.build
|
||||
@@ -123,7 +123,6 @@ jasmine_tests = [
|
||||
'GTypeClass',
|
||||
'Importer',
|
||||
'Importer2',
|
||||
- 'Introspection',
|
||||
'Lang',
|
||||
'LegacyByteArray',
|
||||
'LegacyClass',
|
Loading…
Reference in New Issue
Block a user