File tree Expand file tree Collapse file tree
NuGet.Tests.Apex/NuGetEndToEndTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 <MSBuild
2525 Projects =" template.runsettingsproj"
2626 Properties =" RunName=NuGet.Tests.Apex.Gate;
27- FileName=NuGet.Tests.Apex.dll;
27+ FileName=NuGet.Tests.Apex.dll;NuGet.Tests.Apex.Daily.dll;
2828 TestCaseFilter=TestCategory=Gate;" />
2929
3030 <!-- NuGet.Tests.Apex.Daily.runsettings -->
Original file line number Diff line number Diff line change @@ -568,6 +568,7 @@ public async Task SearchTopLevelAndTransitivePackagePublicFieldInInstalledTabFro
568568
569569 [ TestMethod ]
570570 [ Timeout ( DefaultTimeout ) ]
571+ [ TestCategory ( "Gate" ) ]
571572 public async Task InstallTopLevelPackageFromUI ( )
572573 {
573574 // Arrange
@@ -598,6 +599,7 @@ public async Task InstallTopLevelPackageFromUI()
598599
599600 [ TestMethod ]
600601 [ Timeout ( DefaultTimeout ) ]
602+ [ TestCategory ( "Gate" ) ]
601603 public async Task UninstallTopLevelPackageFromUI ( )
602604 {
603605 // Arrange
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ public class IVsServicesTestCase : SharedVisualStudioHostTestClass
2525
2626 [ TestMethod ]
2727 [ Timeout ( LongerTimeout ) ]
28- [ TestCategory ( "Gate" ) ]
2928 public void SimpleInstallFromIVsInstaller ( )
3029 {
3130 // Arrange
You can’t perform that action at this time.
0 commit comments