Skip to content

Commit f02e212

Browse files
committed
xk6: improve test robustness
1 parent 3784481 commit f02e212

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Formula/x/xk6.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ def install
3838
system "git", "commit", "-m", "init commit"
3939
system "git", "tag", "v0.0.1"
4040

41-
lint_output = shell_output("#{bin}/xk6 lint")
41+
lint_output = shell_output("#{bin}/xk6 lint --disable=vulnerability")
4242
assert_match "✔ security", lint_output
43-
assert_match "✔ vulnerability", lint_output
43+
assert_match "✔ build", lint_output
4444
end
4545
end
4646
end

0 commit comments

Comments
 (0)