Skip to content

Commit

Permalink
test: disable job validation
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Jul 26, 2024
1 parent 8a13e63 commit d1b45a1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions jobs/go/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,14 @@ Open a new terminal window and run the multi app run template:
<!-- STEP
name: Run multi app run template
expected_stdout_lines:
- '== APP - job-service == Starting droid: R2-D2'
- '== APP - job-service == Executing maintenance job: Oil Change'
- '== APP - job-service == Starting droid: C-3PO'
- '== APP - job-service == Executing maintenance job: Memory Wipe'
expected_stderr_lines:
output_match_mode: substring
match_order: none
background: true
sleep: 120
timeout_seconds: 180
-->
<!-- END_STEP -->

```bash
dapr run -f .
Expand Down Expand Up @@ -84,7 +81,6 @@ After 10 seconds, the terminal output should present the `C3-PO` job being proce
dapr stop -f .
```

<!-- END_STEP -->

## Run the Jobs APIs individually

Expand Down

0 comments on commit d1b45a1

Please sign in to comment.