Skip to content

Commit 112e378

Browse files
committed
Ununignore tests. Turn out they are broken after all. Doh.
1 parent ad080f9 commit 112e378

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

RubberduckTests/QuickFixes/IgnoreOnceQuickFixTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,7 @@ Dim bb As Boolean
10301030

10311031
[Test]
10321032
[Category("QuickFixes")]
1033+
[Ignore("Broken feature - passes locally but not in AV - see FIXME below")]
10331034
public void UntypedFunctionUsage_IgnoreQuickFixWorks()
10341035
{
10351036
const string inputCode =

RubberduckTests/QuickFixes/UntypedFunctionUsageQuickFixTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public class UntypedFunctionUsageQuickFixTests
1515
{
1616
[Test]
1717
[Category("QuickFixes")]
18+
[Ignore("Broken feature - passes locally but not in AV. See FIXME in the notes")]
1819
public void UntypedFunctionUsage_QuickFixWorks()
1920
{
2021
const string inputCode =

0 commit comments

Comments
 (0)