diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2018-10-15 14:30:08 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2018-10-15 14:30:08 -0400 |
commit | 7455a74803721727671c69e21c3287d9efd8bd1c (patch) | |
tree | 5549d63f7567a3d441fd6a5762d876c725621671 /dev-embedded/arduino-builder/arduino-builder-1.3.25.ebuild | |
parent | dev-ruby/rspec: arm stable, bug #666742 (diff) | |
download | gentoo-7455a74803721727671c69e21c3287d9efd8bd1c.tar.gz gentoo-7455a74803721727671c69e21c3287d9efd8bd1c.tar.bz2 gentoo-7455a74803721727671c69e21c3287d9efd8bd1c.zip |
dev-embedded/arduino-builder: skip broken tests
Some tests require network and fail within a network sandbox.
Closes: https://bugs.gentoo.org/668528
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-embedded/arduino-builder/arduino-builder-1.3.25.ebuild')
-rw-r--r-- | dev-embedded/arduino-builder/arduino-builder-1.3.25.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-embedded/arduino-builder/arduino-builder-1.3.25.ebuild b/dev-embedded/arduino-builder/arduino-builder-1.3.25.ebuild index 0930e5240c01..4ffdc5d8fdc1 100644 --- a/dev-embedded/arduino-builder/arduino-builder-1.3.25.ebuild +++ b/dev-embedded/arduino-builder/arduino-builder-1.3.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -48,6 +48,7 @@ src_prepare() { # path paths so that they point to system ctags and avrdude eapply "${FILESDIR}/arduino-builder-1.3.25-platform-paths.patch" + eapply "${FILESDIR}/arduino-builder-1.3.25-skip-tests.patch" default } |