From d64e1ddbb12982f9212ac62a2a5ec9c6ae6a6336 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Thu, 9 Feb 2023 15:06:33 -0800 Subject: [PATCH] add test --- e2etests/todo_test.go | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/e2etests/todo_test.go b/e2etests/todo_test.go index 5d5953cdd..907cd750a 100644 --- a/e2etests/todo_test.go +++ b/e2etests/todo_test.go @@ -159,6 +159,15 @@ small code: |go width: 4 height: 3 } +`, + }, + { + skip: true, + name: "steps_panic", + script: `steps: { + shape: sql_table + id: {type: int, constraint: primary_key} +} `, }, {