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:
Arthur Zamarin
2024-04-22 11:15:14 +03:00
parent fd9d2b11d3
commit df526c9bf6

View File

@@ -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
}