Skip to content

Commit a6f3fab

Browse files
Fix removed tests
1 parent 0255dc2 commit a6f3fab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tasks/testTasks.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ gulp.task("test:integration:slnWithCsproj", async () => {
4848
gulp.task(
4949
"test:integration", gulp.series(
5050
"test:integration:singleCsproj",
51-
"test:integration:slnWithCsproj",
52-
"test:integration:razor:BasicRazorApp2_1"
51+
"test:integration:slnWithCsproj"
5352
));
5453

5554
gulp.task("test", gulp.series(

0 commit comments

Comments
 (0)