Skip to content

Commit

Permalink
Flaky: Csharp SDK Test (#1651)
Browse files Browse the repository at this point in the history
Theory is that the Csharp SDK build is in a race condition with the test
system. So we'll try making tests dependent on build-sdks to see if that
solves the issue.

Closes #1639
  • Loading branch information
markmandel authored Jun 26, 2020
1 parent 9a1d132 commit 1292bb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ steps:
- lint
- ensure-build-sdk-image-base
- htmltest-restore-cache
- build-sdks
dir: "build"
args: [ "-j", "5", "--output-sync=target", "test" ]

Expand Down

0 comments on commit 1292bb1

Please sign in to comment.