Skip to content

Commit 255c4a4

Browse files
committed
use daily
1 parent d7afcf1 commit 255c4a4

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

build/runsettings.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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 -->

test/NuGet.Tests.Apex/NuGet.Tests.Apex.Daily/NuGetUITestCase.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

test/NuGet.Tests.Apex/NuGet.Tests.Apex/NuGetEndToEndTests/IVsServicesTestCase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)