mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-go/delve: fix failing test
This test fails when core dump rules in container are special. Not important test. Closes: https://bugs.gentoo.org/930343 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -18,6 +18,7 @@ src_prepare() {
|
||||
|
||||
# disable failing tests
|
||||
sed -e 's/TestDebugger_LaunchWithTTY/_&/' -i service/debugger/debugger_unix_test.go || die
|
||||
sed -e 's/TestDump/_&/' -i pkg/proc/proc_test.go || die
|
||||
rm cmd/dlv/dlv_test.go || die
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user