From b80d5f6912cb8360a0eb9f33468f67bf8b30b718 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 13 Aug 2016 17:46:12 -0500 Subject: [PATCH] arm targets no longer have flaky tests --- library/compiler-builtins/.travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/library/compiler-builtins/.travis.yml b/library/compiler-builtins/.travis.yml index 53b57066560..2b0154aeb2c 100644 --- a/library/compiler-builtins/.travis.yml +++ b/library/compiler-builtins/.travis.yml @@ -39,16 +39,6 @@ matrix: os: osx - env: TARGET=x86_64-unknown-linux-gnu os: linux - allow_failures: - # Issue #2. Flaky test - - env: TARGET=arm-unknown-linux-gnueabi - os: linux - # Issue #2. Flaky test - - env: TARGET=arm-unknown-linux-gnueabihf - os: linux - # Issue #2. Flaky test - - env: TARGET=armv7-unknown-linux-gnueabihf - os: linux install: - bash ci/install.sh