Skip to content

Commit 4f71520

Browse files
committed
chore(Rust): Disable some Rust testing until later
Later := Key Store Admin and Storage support Rust
1 parent 34c661b commit 4f71520

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/library_interop_tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ubuntu-latest,
2626
macos-13,
2727
]
28-
language: [java, net, python, rust]
28+
language: [java, net, python] #, rust]
2929
# https://taskei.amazon.dev/tasks/CrypTool-5284
3030
dotnet-version: ["6.0.x"]
3131
runs-on: ${{ matrix.os }}
@@ -192,8 +192,8 @@ jobs:
192192
ubuntu-latest,
193193
macos-13,
194194
]
195-
encrypting_language: [java, net, python, rust]
196-
decrypting_language: [java, net, python, rust]
195+
encrypting_language: [java, net, python] #, rust]
196+
decrypting_language: [java, net, python] #, rust]
197197
dotnet-version: ["6.0.x"]
198198
runs-on: ${{ matrix.os }}
199199
permissions:

.github/workflows/library_rust_tests.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
library:
23-
[
22+
library: [
2423
StandardLibrary,
2524
ComAmazonawsDynamodb,
2625
ComAmazonawsKms,
2726
AwsCryptographyPrimitives,
28-
AwsCryptographicMaterialProviders,
29-
TestVectorsAwsCryptographicMaterialProviders,
27+
# AwsCryptographicMaterialProviders,
28+
# TestVectorsAwsCryptographicMaterialProviders,
3029
]
3130
# removed windows-latest because somehow it can't build aws-lc in CI
3231
os: [ubuntu-latest, macos-13]

0 commit comments

Comments
 (0)