Skip to content

Commit

Permalink
Ignore disabled tests. (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattHyman authored Nov 7, 2023
1 parent f38c724 commit 66a43e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/GitHubExtension/TestClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

using System.Diagnostics;
using GitHubExtension.DeveloperId;
using GitHubExtension.Providers;
using Microsoft.Windows.DevHome.SDK;

namespace GitHubExtension.Test;
Expand All @@ -16,6 +15,7 @@ namespace GitHubExtension.Test;
*/

[TestClass]
[Ignore]
public class TestClass : IDisposable
{
#pragma warning disable SA1310 // Field names should not contain underscore
Expand Down
7 changes: 1 addition & 6 deletions test/UITest/GitHubExtensionScenarioStandard.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
// Copyright (c) Microsoft Corporation and Contributors
// Licensed under the MIT license.

using System;
using GitHubExtension.Tests.UITest;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using OpenQA.Selenium.Appium;
using OpenQA.Selenium.Appium.Windows;
using OpenQA.Selenium.Remote;
using static System.Collections.Specialized.BitVector32;

namespace GitHubExtension.Tests.UITest;

[TestClass]
[Ignore]
public class GitHubExtensionScenarioStandard : GitHubExtensionSession
{
[TestMethod]
Expand Down

0 comments on commit 66a43e7

Please sign in to comment.