diff --git a/test/Azure.Functions.Cli.Tests/E2E/StartTests.cs b/test/Azure.Functions.Cli.Tests/E2E/StartTests.cs index 866fbe65e..693e681ba 100644 --- a/test/Azure.Functions.Cli.Tests/E2E/StartTests.cs +++ b/test/Azure.Functions.Cli.Tests/E2E/StartTests.cs @@ -284,7 +284,8 @@ await CliTester.Run(new RunConfiguration[] }, _output); } - [Fact] + [Fact(Skip = "Disabling oop test from in-proc branch for now. Need to revisit to determine these can be removed from this branch")] + public async Task Start_WithInspect_DebuggerIsStarted() { await CliTester.Run(new RunConfiguration[]