Skip to content

Commit c26818b

Browse files
committed
try running slow tests
1 parent 2a0ea7d commit c26818b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
fdb:
33
container_name: fdb
4-
image: foundationdb/foundationdb:7.3.68 # no avx
4+
image: foundationdb/foundationdb:7.3.69
55
platform: "linux/amd64"
66
environment:
77
FDB_COORDINATOR: fdb
@@ -10,7 +10,7 @@ services:
1010
FDB_PORT: 4500
1111
fdb_setup:
1212
container_name: fdb_setup
13-
image: foundationdb/foundationdb:7.3.68 # no avx
13+
image: foundationdb/foundationdb:7.3.69
1414
environment:
1515
FDB_COORDINATOR: fdb
1616
FDB_COORDINATOR_PORT: 4500

tests/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ test-conformance() {
3434
--network container:$(docker ps -q -f name=k3s) \
3535
-e "KUBECONFIG=/etc/rancher/k3s/k3s.yaml" \
3636
-e E2E_FOCUS="sig-api-machinery" \
37-
-e E2E_SKIP="StorageVersionAPI|Slow|Flaky" \
37+
-e E2E_SKIP="StorageVersionAPI|Flaky" \
3838
-e E2E_EXTRA_ARGS="--ginkgo.fail-fast" \
3939
-v kubeconfig:/etc/rancher/k3s:ro \
4040
--entrypoint /usr/local/bin/kubeconformance \

0 commit comments

Comments
 (0)