Skip to content

Commit 226bbd6

Browse files
committed
exclude several tests unstable in Docker
Gbp-Pq: Name exclude-several-tests-unstable-in-Docker.patch
1 parent a1fda2a commit 226bbd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/dtrace/helper.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
end
3535
end
3636

37+
38+
ok = false # doesn't work properly inside Docker build
39+
40+
3741
# use miniruby to reduce the amount of trace data we don't care about
3842
rubybin = "miniruby#{RbConfig::CONFIG["EXEEXT"]}"
3943
rubybin = File.join(File.dirname(EnvUtil.rubybin), rubybin)

0 commit comments

Comments
 (0)