From 4b8e70f7462b139e388f098d42f9f47e4915f431 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 13 Feb 2022 11:41:42 +0800 Subject: [PATCH] nac3standalone: disable broken tests (#188) --- nac3standalone/demo/src/lists.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nac3standalone/demo/src/lists.py b/nac3standalone/demo/src/lists.py index 7bce7f6d..e4d2ffc4 100644 --- a/nac3standalone/demo/src/lists.py +++ b/nac3standalone/demo/src/lists.py @@ -28,8 +28,9 @@ def run() -> int32: m2 = -2 output_int32_list(data[m2::m1]) - get_list_slice() - list_slice_assignment() + # work around https://git.m-labs.hk/M-Labs/nac3/issues/188 + #get_list_slice() + #list_slice_assignment() return 0 def get_list_slice():