Skip to content

Commit a28bcc2

Browse files
committed
disable temp table test
1 parent 4a7afb8 commit a28bcc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/sp_estindex.Tests.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ GO
453453
/*
454454
test success with existing ##TempMissingIndex
455455
*/
456+
/*
456457
CREATE PROCEDURE [sp_estindex].[test sp succeeds on existing ##TempMissingIndex]
457458
AS
458459
BEGIN;
@@ -475,7 +476,7 @@ EXEC [tSQLt].[SuppressOutput] @command = @command;
475476
476477
END;
477478
GO
478-
479+
*/
479480
/*
480481
test success with nullable columns
481482
*/

0 commit comments

Comments
 (0)