File tree Expand file tree Collapse file tree
test/NuGet.Tests.Apex/NuGet.Tests.Apex/NuGetEndToEndTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ public class NuGetUITestCase : SharedVisualStudioHostTestClass
2323
2424 [ TestMethod ]
2525 [ Timeout ( DefaultTimeout ) ]
26+ [ TestCategory ( "Gate" ) ]
2627 public async Task SearchPackageFromUI ( )
2728 {
2829 // Arrange
@@ -49,6 +50,7 @@ public async Task SearchPackageFromUI()
4950
5051 [ TestMethod ]
5152 [ Timeout ( DefaultTimeout ) ]
53+ [ TestCategory ( "Gate" ) ]
5254 public async Task InstallPackageFromUI ( )
5355 {
5456 // Arrange
@@ -107,6 +109,7 @@ public async Task InstallPackageToProjectsFromUI()
107109
108110 [ TestMethod ]
109111 [ Timeout ( DefaultTimeout ) ]
112+ [ TestCategory ( "Gate" ) ]
110113 public async Task UninstallPackageFromUI ( )
111114 {
112115 // Arrange
@@ -140,6 +143,7 @@ public async Task UninstallPackageFromUI()
140143
141144 [ TestMethod ]
142145 [ Timeout ( DefaultTimeout ) ]
146+ [ TestCategory ( "Gate" ) ]
143147 public async Task UpdatePackageFromUI ( )
144148 {
145149 // Arrange
You can’t perform that action at this time.
0 commit comments