Skip to content

Commit

Permalink
re enable for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
renxida committed Oct 29, 2024
1 parent 9f94fef commit 10f3391
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions shortfin/tests/invocation/vmfb_buffer_access_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,6 @@ def create_scalar_device_array(device, value, dtype=sfnp.int64):
return arr


@pytest.mark.skipif(
sys.platform == "win32",
reason="PermissionError: [WinError 5] Access is denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpkuq8cdap\\final_kvcache_cpu.vmfb'",
)
@pytest.mark.parametrize(
"await_before_invoke",
[
Expand Down

0 comments on commit 10f3391

Please sign in to comment.