Skip to content

Commit

Permalink
Remove skip, the test work
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsaezm committed Jun 23, 2023
1 parent f37dc5d commit 5da242b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/proc/proc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,6 @@ func TestNextFunctionReturnDefer(t *testing.T) {
}

func TestNextNetHTTP(t *testing.T) {
skipOn(t, "broken", "ppc64le")
testcases := []nextTest{
{11, 12},
{12, 13},
Expand Down Expand Up @@ -2873,7 +2872,6 @@ func TestNextInDeferReturn(t *testing.T) {
}

func TestAttachDetach(t *testing.T) {
skipOn(t, "broken", "ppc64le")
if testBackend == "lldb" && runtime.GOOS == "linux" {
bs, _ := ioutil.ReadFile("/proc/sys/kernel/yama/ptrace_scope")
if bs == nil || strings.TrimSpace(string(bs)) != "0" {
Expand Down

0 comments on commit 5da242b

Please sign in to comment.