Skip to content

Commit

Permalink
New kubernetes client (#2039)
Browse files Browse the repository at this point in the history
* update kubernetes client

* skip persistence tests
  • Loading branch information
rogeralsing authored Sep 6, 2023
1 parent cdd0329 commit deca94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
test:
- "tests/Proto.Actor.Tests/*.csproj"
- "tests/Proto.Remote.Tests/*.csproj"
- "tests/Proto.Persistence.Tests/*.csproj"
# "tests/Proto.Persistence.Tests/*.csproj"
- "tests/Proto.OpenTelemetry.Tests/*.csproj"
- "tests/Proto.Cluster.CodeGen.Tests/*.csproj"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
test:
- "tests/Proto.Actor.Tests/*.csproj"
- "tests/Proto.Remote.Tests/*.csproj"
- "tests/Proto.Persistence.Tests/*.csproj"
# "tests/Proto.Persistence.Tests/*.csproj"
- "tests/Proto.OpenTelemetry.Tests/*.csproj"
- "tests/Proto.Cluster.CodeGen.Tests/*.csproj"

Expand Down

0 comments on commit deca94d

Please sign in to comment.