Skip to content

Commit e4669f8

Browse files
committed
test(guest-exec): drop tautological relay_socket_path determinism test
1 parent bee90b2 commit e4669f8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

test/hyper/node/fire_vmm/agent_test.exs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ defmodule Hyper.Node.FireVMM.AgentTest do
105105
assert String.contains?(Path.basename(path), @test_vm_id)
106106
end
107107

108-
test "is deterministic: same input produces the same path" do
109-
assert Agent.relay_socket_path(@test_vm_id) == Agent.relay_socket_path(@test_vm_id)
110-
end
111-
112108
test "different vm_ids produce different paths" do
113109
assert Agent.relay_socket_path(@test_vm_id) != Agent.relay_socket_path("vother0000000000")
114110
end

0 commit comments

Comments
 (0)