[RFC,v1,17/54] test: fence: Disable temporarily
diff mbox series

Message ID 20260629163017.863145-18-barnabas.pocze@ideasonboard.com
State New
Headers show
Series
  • libcamera: Split requests and buffers
Related show

Commit Message

Barnabás Pőcze June 29, 2026, 4:29 p.m. UTC
Disable the test until the buffer pool interface is finalized.

Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
---
 test/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch
diff mbox series

diff --git a/test/meson.build b/test/meson.build
index e4450625ee..b51bd6ef66 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -80,7 +80,7 @@  internal_tests = [
 ]
 
 internal_non_parallel_tests = [
-    {'name': 'fence', 'sources': ['fence.cpp']},
+    # {'name': 'fence', 'sources': ['fence.cpp']},
     {'name': 'mapped-buffer', 'sources': ['mapped-buffer.cpp']},
 ]