Skip to content

Commit

Permalink
updating start tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryabh committed Nov 26, 2024
1 parent 737ae34 commit f36e553
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Azure.Functions.Cli.Tests/E2E/StartTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down

0 comments on commit f36e553

Please sign in to comment.