Skip to content

Commit 952f6ba

Browse files
test(jco): skip possibly-invalid borrowing test
1 parent 5c3a159 commit 952f6ba

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • packages/jco/test/p3/ported/wasmtime/component-async

packages/jco/test/p3/ported/wasmtime/component-async/borrowing.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,11 @@ suite("borrowing scenario", () => {
100100
}
101101
});
102102

103-
test("callee misbehaves", async () => {
103+
// TODO(fix): this test actually may not make sense, currently disabled while semantics are double checked
104+
// for when spawned tasks are expected to execute.
105+
// Long story short, the double-drop of XResource below here is not guaranteed to happen *before*
106+
// the `run-bool#run` completes, thus there is an error, but it's not
107+
test.skip("callee misbehaves", async () => {
104108
const componentPath = join(COMPONENT_FIXTURES_DIR, "p3/general/async-borrowing-callee.wasm");
105109

106110
let calls = 0;

0 commit comments

Comments
 (0)