Daniel Barclay (Drill/MapR) created DRILL-1857:
--------------------------------------------------
Summary: Ignored tests not annotated/comment with reason they're
ignored
Key: DRILL-1857
URL: https://issues.apache.org/jira/browse/DRILL-1857
Project: Apache Drill
Issue Type: Bug
Reporter: Daniel Barclay (Drill/MapR)
In many cases, a test that is currently ignored (marked with an annotation of
"@Ignore") doesn't say why they are currently ignored.
For such a test, the annotation should include a string noting why they are
ignored, for example:
@Ignored( "Pending implementation of xyz feature" )
@Test
public void testXyz() ...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)