@@ -46,7 +46,6 @@ int FindTextInFile (string file, string text)
4646 }
4747
4848 [ Test ]
49- [ Category ( "Node-3" ) ]
5049 public void ApplicationRunsWithoutDebugger ( [ Values ( false , true ) ] bool isRelease , [ Values ( false , true ) ] bool extractNativeLibs , [ Values ( false , true ) ] bool useEmbeddedDex )
5150 {
5251 AssertHasDevices ( ) ;
@@ -84,7 +83,6 @@ public void ApplicationRunsWithoutDebugger ([Values (false, true)] bool isReleas
8483 }
8584
8685 [ Test ]
87- [ Category ( "Node-3" ) ]
8886 public void ClassLibraryMainLauncherRuns ( [ Values ( true , false ) ] bool preloadAssemblies )
8987 {
9088 AssertHasDevices ( ) ;
@@ -169,7 +167,7 @@ public void ClassLibraryMainLauncherRuns ([Values (true, false)] bool preloadAss
169167 } ;
170168#pragma warning restore 414
171169
172- [ Test , Category ( "Debugger" ) , Category ( "Node-4" ) ]
170+ [ Test , Category ( "Debugger" ) ]
173171 [ TestCaseSource ( nameof ( DebuggerCustomAppTestCases ) ) ]
174172 [ Retry ( 5 ) ]
175173 public void CustomApplicationRunsWithDebuggerAndBreaks ( bool embedAssemblies , string fastDevType , bool activityStarts )
@@ -347,7 +345,7 @@ public override void OnCreate ()
347345 } ;
348346#pragma warning restore 414
349347
350- [ Test , Category ( "SmokeTests" ) , Category ( "Debugger" ) , Category ( "Node-4" ) ]
348+ [ Test , Category ( "SmokeTests" ) , Category ( "Debugger" ) ]
351349 [ TestCaseSource ( nameof ( DebuggerTestCases ) ) ]
352350 [ Retry ( 5 ) ]
353351 public void ApplicationRunsWithDebuggerAndBreaks ( bool embedAssemblies , string fastDevType , bool allowDeltaInstall , string username , string debugType )
0 commit comments