Skip to content

Commit b5590dc

Browse files
craig[bot]andreimatei
andcommitted
Merge #26970
26970: sql: skip TestShowCreateView on testshort r=andreimatei a=andreimatei I'm complaining in #26969 that the test takes 2.5s. Release note: None Co-authored-by: Andrei Matei <andrei@cockroachlabs.com>
2 parents 241eb46 + a064849 commit b5590dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/sql/show_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,9 @@ func TestShowCreateTable(t *testing.T) {
277277

278278
func TestShowCreateView(t *testing.T) {
279279
defer leaktest.AfterTest(t)()
280+
if testing.Short() {
281+
t.Skip("short #26969")
282+
}
280283

281284
params, _ := tests.CreateTestServerParams()
282285
s, sqlDB, _ := serverutils.StartServer(t, params)

0 commit comments

Comments
 (0)