Skip to content

Commit 22727cb

Browse files
authored
Adding testdef to disabled tests that are failing (#5822)
* Adding testdef to disabled tests that are failing * Copying the testdef files * Fixing json
1 parent ad1dde4 commit 22727cb

4 files changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Tests": [
3+
{
4+
"Description": "Environment Manager Tests",
5+
"Filename": "EnvironmentManagerTests.dll",
6+
"Parameters": "",
7+
"Architectures": ["x64", "x86", "arm64"],
8+
"Status": "Disabled"
9+
}
10+
]
11+
}

test/EnvironmentManagerTests/EnvironmentManagerTests.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
<Target Name="CopyFiles" AfterTargets="AfterBuild">
173173
<Copy SkipUnchangedFiles="true" SourceFiles="$(OutDir)\..\WindowsAppRuntime_BootstrapDLL\Microsoft.WindowsAppRuntime.Bootstrap.dll" DestinationFolder="$(OutDir)" />
174174
<Copy SkipUnchangedFiles="true" SourceFiles="$(OutDir)\..\WindowsAppRuntime_DLL\Microsoft.Internal.FrameworkUdk.dll" DestinationFolder="$(OutDir)" />
175+
<Copy SkipUnchangedFiles="true" SourceFiles="EnvironmentManagerTests.testdef" DestinationFolder="$(OutDir)" />
175176
</Target>
176177
<ImportGroup Label="ExtensionTargets">
177178
<Import Project="$(NugetPackageDirectory)\Microsoft.Taef.$(MicrosoftTaefVersion)\build\Microsoft.Taef.targets" Condition="Exists('$(NugetPackageDirectory)\Microsoft.Taef.$(MicrosoftTaefVersion)\build\Microsoft.Taef.targets')" />
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Tests": [
3+
{
4+
"Description": "Power Notification Tests",
5+
"Filename": "PowerNotifications.dll",
6+
"Parameters": "",
7+
"Architectures": ["x64", "x86", "arm64"],
8+
"Status": "Disabled"
9+
}
10+
]
11+
}

test/PowerNotifications/PowerNotifications.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
<Target Name="CopyFiles" AfterTargets="AfterBuild">
163163
<Copy SkipUnchangedFiles="true" SourceFiles="$(OutDir)\..\WindowsAppRuntime_BootstrapDLL\Microsoft.WindowsAppRuntime.Bootstrap.dll" DestinationFolder="$(OutDir)" />
164164
<Copy SkipUnchangedFiles="true" SourceFiles="$(OutDir)\..\WindowsAppRuntime_DLL\Microsoft.Internal.FrameworkUdk.dll" DestinationFolder="$(OutDir)" />
165+
<Copy SkipUnchangedFiles="true" SourceFiles="PowerNotifications.testdef" DestinationFolder="$(OutDir)" />
165166
</Target>
166167
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
167168
<PropertyGroup>

0 commit comments

Comments
 (0)