Skip to content

Commit 034c9ad

Browse files
committed
Only run strategy tests
1 parent 95b7a22 commit 034c9ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

spec/unit/engine_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ module Wasmtime
88

99
# enum options represented as symbols
1010
[
11-
[:strategy, [:auto, :cranelift, :winch]],
12-
[:cranelift_opt_level, [:none, :speed, :speed_and_size]],
13-
[:profiler, profiler_options]
11+
[:strategy, [:auto, :cranelift, :winch]]
12+
# [:cranelift_opt_level, [:none, :speed, :speed_and_size]],
13+
# [:profiler, profiler_options]
1414
].each do |option, valid|
1515
it "supports #{option}" do
1616
valid.each { |value| Engine.new(option => value) }

0 commit comments

Comments
 (0)