Skip to content

Commit

Permalink
Prevent tests from running under wasdk, workaround for missing MultiT…
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Oct 30, 2024
1 parent 5a1c279 commit b3cf490
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/Notifications/tests/TestAssertHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
using CommunityToolkit.Notifications;
using Microsoft.VisualStudio.TestTools.UnitTesting;

#if WINDOWS_UWP

#nullable disable
namespace NotificationsExperiment.Tests
{
Expand Down
2 changes: 2 additions & 0 deletions components/Notifications/tests/TestMail.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
using CommunityToolkit.Notifications;
using Microsoft.VisualStudio.TestTools.UnitTesting;

#if WINDOWS_UWP

#nullable disable
namespace NotificationsExperiment.Tests
{
Expand Down
2 changes: 2 additions & 0 deletions components/Notifications/tests/TestTileContentBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
using CommunityToolkit.Notifications;
using Microsoft.VisualStudio.TestTools.UnitTesting;

#if WINDOWS_UWP

#nullable disable
namespace NotificationsExperiment.Tests
{
Expand Down
2 changes: 2 additions & 0 deletions components/Notifications/tests/TestToastArguments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
using CommunityToolkit.Notifications;
using Microsoft.VisualStudio.TestTools.UnitTesting;

#if WINDOWS_UWP

#nullable disable
namespace NotificationsExperiment.Tests
{
Expand Down
2 changes: 2 additions & 0 deletions components/Notifications/tests/TestToastContentBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
using CommunityToolkit.Notifications;
using Microsoft.VisualStudio.TestTools.UnitTesting;

#if WINDOWS_UWP

#nullable disable
namespace NotificationsExperiment.Tests
{
Expand Down
2 changes: 2 additions & 0 deletions components/Notifications/tests/TestWeather.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
using CommunityToolkit.Notifications;
using Microsoft.VisualStudio.TestTools.UnitTesting;

#if WINDOWS_UWP

#nullable disable
namespace NotificationsExperiment.Tests
{
Expand Down
2 changes: 2 additions & 0 deletions components/Notifications/tests/Test_Adaptive_Xml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
using CommunityToolkit.Notifications;
using Microsoft.VisualStudio.TestTools.UnitTesting;

#if WINDOWS_UWP

#nullable disable
namespace NotificationsExperiment.Tests
{
Expand Down
2 changes: 2 additions & 0 deletions components/Notifications/tests/Test_Badge_Xml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
using CommunityToolkit.Notifications;
using Microsoft.VisualStudio.TestTools.UnitTesting;

#if WINDOWS_UWP

#nullable disable
namespace NotificationsExperiment.Tests
{
Expand Down
2 changes: 2 additions & 0 deletions components/Notifications/tests/Test_Tile_Xml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
using CommunityToolkit.Notifications;
using Microsoft.VisualStudio.TestTools.UnitTesting;

#if WINDOWS_UWP

#nullable disable
namespace NotificationsExperiment.Tests
{
Expand Down
2 changes: 2 additions & 0 deletions components/Notifications/tests/Test_Toast_Xml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
using CommunityToolkit.Notifications;
using Microsoft.VisualStudio.TestTools.UnitTesting;

#if WINDOWS_UWP

#nullable disable
namespace NotificationsExperiment.Tests
{
Expand Down
2 changes: 2 additions & 0 deletions components/Notifications/tests/TextXboxModern.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
using CommunityToolkit.Notifications;
using Microsoft.VisualStudio.TestTools.UnitTesting;

#if WINDOWS_UWP

#nullable disable
namespace NotificationsExperiment.Tests
{
Expand Down

0 comments on commit b3cf490

Please sign in to comment.