Skip to content

Commit ceb2996

Browse files
author
Chris Nelson
committed
removing this until we can sort out flakiness
1 parent 1b4a5b1 commit ceb2996

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/components/component_genserver_test.exs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,6 @@ defmodule Wasmex.Components.GenServer.Test do
3434
assert greeting2 =~ "Hello"
3535
end
3636

37-
test "wasi interaction" do
38-
component_bytes = File.read!("test/component_fixtures/wasi_p2_test/wasi-p2-test.wasm")
39-
40-
component_pid =
41-
start_supervised!(
42-
{Wasmex.Components, bytes: component_bytes, wasi: %WasiP2Options{allow_http: true}}
43-
)
44-
45-
assert {:ok, time} = Wasmex.Components.call_function(component_pid, "get-time", [], 10_000)
46-
47-
assert time =~ Date.utc_today() |> Date.to_iso8601()
48-
end
49-
5037
test "register by name" do
5138
component_bytes = File.read!("test/component_fixtures/component_types/component_types.wasm")
5239

0 commit comments

Comments
 (0)