Skip to content

Commit 668a4bd

Browse files
committed
Mask env tests expecting SAFE security errors.
1 parent 562620e commit 668a4bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/mri/excludes/TestEnv.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@
55
exclude :test_getenv, "needs investigation"
66
exclude :test_has_key, "needs investigation"
77
exclude :test_rehash, "needs investigation"
8+
exclude :test_taint_aref, "expects SAFE security exceptions"
9+
exclude :test_taint_aset_key, "expects SAFE security exceptions"
10+
exclude :test_taint_aset_value, "expects SAFE security exceptions"
11+
exclude :test_taint_assoc, "expects SAFE security exceptions"
12+
exclude :test_taint_fetch, "expects SAFE security exceptions"
13+
exclude :test_taint_key, "expects SAFE security exceptions"
14+
exclude :test_taint_key_p, "expects SAFE security exceptions"
15+
exclude :test_taint_rassoc, "expects SAFE security exceptions"
16+
exclude :test_taint_value_p, "expects SAFE security exceptions"

0 commit comments

Comments
 (0)