Skip to content

Ignore some failing android tests #10960

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 14, 2013
Merged

Ignore some failing android tests #10960

merged 2 commits into from
Dec 14, 2013

Conversation

brson
Copy link
Contributor

@brson brson commented Dec 13, 2013

No description provided.

@@ -1373,6 +1373,7 @@ mod tests {
}

#[test]
#[ignore(android)] // FIXME #10958
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will ignore this test on all configurations, I think this should be ignore(cfg(android))

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me otherwise

@bors bors closed this Dec 14, 2013
@bors bors merged commit 0b69bc9 into rust-lang:master Dec 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants