From 1e09f1a4d73d732118957f010fe9bf7137019baf Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Mon, 7 Sep 2026 10:58:54 -0400 Subject: [PATCH] comment on a transient CI test failure --- test/features/crud_table.feature | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/test/features/crud_table.feature b/test/features/crud_table.feature index 1e639b04c..ca25cb237 100644 --- a/test/features/crud_table.feature +++ b/test/features/crud_table.feature @@ -38,8 +38,12 @@ Feature: manipulate tables: and we answer the destructive warning with "n" then we see text "Wise choice!" - # TODO (amjith). This scenario fails in GH actions but only in 3.12. Unable - # to reproduce locally. + # TODO (amjith). This scenario fails in GH actions but typically only in 3.12. + # Unable to reproduce locally. + # DRW: still failing occasionally with Python 3.14 in CI, possibly only on + # MacOS, possibly having to do with certain random seeds only, because the + # logs are showing init_command running. Bad cleanup step in pytest leaking + # over into behave suite? @skip_py312 Scenario: no destructive warning if disabled in config When we run dbcli with --no-warn