Skip to content

Commit f36e553

Browse files
committed
updating start tests
1 parent 737ae34 commit f36e553

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Azure.Functions.Cli.Tests/E2E/StartTests.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@ await CliTester.Run(new RunConfiguration[]
284284
}, _output);
285285
}
286286

287-
[Fact]
287+
[Fact(Skip = "Disabling oop test from in-proc branch for now. Need to revisit to determine these can be removed from this branch")]
288+
288289
public async Task Start_WithInspect_DebuggerIsStarted()
289290
{
290291
await CliTester.Run(new RunConfiguration[]

0 commit comments

Comments
 (0)