From f0674b348c219e531c2163eda74623d017205a95 Mon Sep 17 00:00:00 2001 From: Kinneyzhang Date: Tue, 25 Aug 2026 22:45:30 +0800 Subject: [PATCH] test: isolate range contracts from native discovery --- tests/etaf-tests.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/etaf-tests.el b/tests/etaf-tests.el index d6112bc..cbfb336 100644 --- a/tests/etaf-tests.el +++ b/tests/etaf-tests.el @@ -8,6 +8,12 @@ (require 'subr-x) (require 'etaf) +;; This suite locks ETAF range and slot semantics against the named Elisp +;; projection plans. Keep an optional locally built Ebox module from +;; replacing those plans with `native-frame'; native execution is covered by +;; the Playground integration and performance gates. +(setq ebox-native-reflow-module-path nil) + (defvar etaf-test-state-cell nil) (defvar etaf-test-setup-count 0) (defvar etaf-test-mounted-count 0)