Skip to content

Commit 5b4d984

Browse files
authored
Exclude tvOS aot functional test from ci run (#50591)
Addresses #50589
1 parent c1b3d56 commit 5b4d984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/tests.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Private.Xml/tests/Writers/XmlWriterApi/System.Xml.RW.XmlWriterApi.Tests.csproj" />
195195
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj" />
196196

197-
<FunctionalTestExclusions Include="$(RepoRoot)\src\tests\FunctionalTests\tvOS\Simulator\AOT\tvOS.Simulator.Aot.Test.csproj" />
197+
<ProjectExclusions Include="$(RepoRoot)\src\tests\FunctionalTests\tvOS\Simulator\AOT\tvOS.Simulator.Aot.Test.csproj" />
198198
</ItemGroup>
199199

200200
<ItemGroup Condition="'$(TargetOS)' == 'Browser' and '$(RunDisabledWasmTests)' != 'true'">

0 commit comments

Comments
 (0)