Skip to content

Commit

Permalink
Added Ignore flag to failing test - future enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
BZngr committed Mar 21, 2017
1 parent 811df21 commit 315db7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void ObjectVariableNotSet_GivenVariantVariableAssignedNewObject_ReturnsRe

AssertInputCodeYieldsExpectedInspectionResultCount(inputCode, 1);
}
[TestMethod]
[TestMethod, Ignore]
[TestCategory("Inspections")]
public void ObjectVariableNotSet_GivenVariantVariableAssignedRangeLiteral_ReturnsResult()
{
Expand Down

0 comments on commit 315db7b

Please sign in to comment.