mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
fix after rebasing
This commit is contained in:
parent
61a7ddd33d
commit
8305906bdb
2 changed files with 2 additions and 0 deletions
|
@ -319,6 +319,7 @@ namespace Microsoft.Extensions.Hosting.Tests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[ActiveIssue("Satori: noisy test fails in baseline too", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))]
|
||||
public async Task CreateDefaultBuilder_ConfigJsonDoesReload()
|
||||
{
|
||||
var reloadFlagConfig = new Dictionary<string, string>() { { "hostbuilder:reloadConfigOnChange", "true" } };
|
||||
|
|
|
@ -10,6 +10,7 @@ namespace System.Runtime.InteropServices.Tests
|
|||
public partial class MarshalComDisabledTests
|
||||
{
|
||||
[Fact]
|
||||
[ActiveIssue("Satori: noisy test fails in baseline too")]
|
||||
public void GetTypeFromCLSID_ThrowsNotSupportedException()
|
||||
{
|
||||
Assert.Throws<NotSupportedException>(() => Marshal.GetTypeFromCLSID(Guid.Empty));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue