@@ -50,7 +50,7 @@ public void DefaultTemplate_NoAOT_WithWorkload(Configuration config, bool testUn
5050
5151 [ Theory ]
5252 [ MemberData ( nameof ( TestDataForDefaultTemplate_WithWorkload ) , parameters : new object [ ] { true } ) ]
53- [ TestCategory ( "native" ) ]
53+ [ TestCategory ( "native-mono " ) ]
5454 public void DefaultTemplate_AOT_WithWorkload ( Configuration config , bool testUnicode )
5555 {
5656 ProjectInfo info = CopyTestAsset ( config , aot : false , TestAsset . BlazorBasicTestApp , "blz_aot" , appendUnicodeToPath : testUnicode ) ;
@@ -130,7 +130,7 @@ void AssertResourcesDlls(string basePath)
130130 [ Theory ]
131131 [ InlineData ( "" , true ) ] // Default case
132132 [ InlineData ( "false" , false ) ] // the other case
133- [ TestCategory ( "native" ) ]
133+ [ TestCategory ( "native-mono " ) ]
134134 public async Task Test_WasmStripILAfterAOT ( string stripILAfterAOT , bool expectILStripping )
135135 {
136136 Configuration config = Configuration . Release ;
@@ -150,7 +150,7 @@ public async Task Test_WasmStripILAfterAOT(string stripILAfterAOT, bool expectIL
150150
151151 [ Theory ]
152152 [ InlineData ( Configuration . Debug ) ]
153- [ TestCategory ( "native" ) ]
153+ [ TestCategory ( "native-mono " ) ]
154154 public void BlazorWasm_CannotAOT_InDebug ( Configuration config )
155155 {
156156 ProjectInfo info = CopyTestAsset (
0 commit comments