File tree Expand file tree Collapse file tree
test/NuGet.Clients.Tests/NuGet.SolutionRestoreManager.Test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public async Task ReportVulnerabilitiesAsync_WhenNoVulnerabilitiesExist_InfoBarI
6262 infoBar . _wasInfoBarClosed . Should ( ) . BeFalse ( ) ;
6363 }
6464
65- [ Fact ]
65+ [ Fact ( Skip = "https://github.com/NuGet/Home/issues/13391" ) ]
6666 public async Task OnSolutionClosed_ResetsInfoBarStatusProperties ( )
6767 {
6868 // Arrange
@@ -82,7 +82,7 @@ public async Task OnSolutionClosed_ResetsInfoBarStatusProperties()
8282 infoBar . _wasInfoBarClosed . Should ( ) . BeFalse ( ) ;
8383 }
8484
85- [ Fact ]
85+ [ Fact ( Skip = "https://github.com/NuGet/Home/issues/13391" ) ]
8686 public async Task OnSolutionClosed_WithInfoBarVisible_ClosesInfoBar ( )
8787 {
8888 // Arrange
@@ -108,7 +108,7 @@ public async Task OnSolutionClosed_WithInfoBarVisible_ClosesInfoBar()
108108 infoBarUIElement . Verify ( ui => ui . Close ( ) , Times . Once ( ) ) ;
109109 }
110110
111- [ Fact ]
111+ [ Fact ( Skip = "https://github.com/NuGet/Home/issues/13391" ) ]
112112 public async Task OnSolutionClosed_WithInfoBarNotVisible_DoesNotAttemptToCloseInfoBar ( )
113113 {
114114 // Arrange
You can’t perform that action at this time.
0 commit comments