Skip to content

Commit

Permalink
Comment out test entirely to clean up logs
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Aug 9, 2023
1 parent 461ef26 commit c549569
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/integration/tw_addon_blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ const runExecutionTests = compilerEnabled => test => {
});
});

test.skip('yield with resolved Promise', t => {
/*
// Doesn't work right now -- not clear whether it should or not
test.skip('yield with rejected Promise', t => {
load().then(vm => {
let rejectCallback;
vm.addAddonBlock({
Expand Down Expand Up @@ -240,6 +242,7 @@ const runExecutionTests = compilerEnabled => test => {
});
});
});
*/

test.test('returning values', t => {
load().then(vm => {
Expand Down

0 comments on commit c549569

Please sign in to comment.