[
https://issues.apache.org/jira/browse/HADOOP-7167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005104#comment-13005104
]
Tsz Wo (Nicholas), SZE commented on HADOOP-7167:
------------------------------------------------
Cygwin actually has {{/dev/null}}. The following works.
{noformat}
$ ls > /dev/null
{noformat}
Interestingly, {{ls}} shows it only if the full path is given.
{noformat}
$ ls -l /dev/null
crw-rw-rw- 1 tsz Users 1, 3 Nov 30 2006 /dev/null
$ ls -l /dev
total 4
lrwxrwxrwx 1 tsz Users 13 Oct 23 2009 fd -> /proc/self/fd
lrwxrwxrwx 1 tsz Users 15 Oct 23 2009 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 tsz Users 15 Oct 23 2009 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 tsz Users 15 Oct 23 2009 stdout -> /proc/self/fd/1
{noformat}
> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
> Key: HADOOP-7167
> URL: https://issues.apache.org/jira/browse/HADOOP-7167
> Project: Hadoop Common
> Issue Type: Improvement
> Affects Versions: 0.23.0
> Reporter: Todd Lipcon
> Assignee: Todd Lipcon
> Priority: Minor
> Fix For: 0.23.0
>
> Attachments: hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For
> example, when a test is "known flaky", you may want to exclude it from the
> main Hudson job, but not actually disable it in the codebase (so that it
> still runs as part of another Hudson job, for example).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira