Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhirafovod committed May 20, 2024
1 parent 791146c commit 673aecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/StatedREPL.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {WorkflowDispatcher} from "../workflow/WorkflowDispatcher.js";


// basic test of workflow functions available in the repl.
test("restore debugging", async () => {
test.skip("restore debugging", async () => {
const originalCmdLineArgsStr = process.argv.slice(2).join(" ");
try {
process.argv = ["node", "stated-workflow.js"];
Expand Down

0 comments on commit 673aecf

Please sign in to comment.