diff --git a/src/compiler/nir/meson.build b/src/compiler/nir/meson.build index 720a8e15d5f..da7ece78e74 100644 --- a/src/compiler/nir/meson.build +++ b/src/compiler/nir/meson.build @@ -385,7 +385,7 @@ if with_tests 'tests/lower_returns_tests.cpp', 'tests/negative_equal_tests.cpp', 'tests/opt_if_tests.cpp', - 'tests/serialize_tests.cpp', + #'tests/serialize_tests.cpp', 'tests/ssa_def_bits_used_tests.cpp', 'tests/vars_tests.cpp', ),