Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Skip a few tests on osx #45419

Draft
wants to merge 13 commits into
base: release/9.0.2xx
Choose a base branch
from
Prev Previous commit
Next Next commit
Disable one more
  • Loading branch information
Forgind committed Jan 3, 2025
commit beef140e4759269b6babee64a7c9970419becab9
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ public static void Common()
await hasUpdateB.WaitAsync(w.ShutdownSource.Token);
}

/*
public enum UpdateLocation
{
Dependency,
Expand Down Expand Up @@ -479,6 +480,7 @@ public static void Print()
Log("Waiting updated output from Host ...");
await hasUpdate.WaitAsync(w.ShutdownSource.Token);
}
*/

[Fact]
public async Task RudeEditInProjectWithoutRunningProcess()
Expand Down
Loading