From 77eaaa224759d2845df558e7ecdac89eff9323fa Mon Sep 17 00:00:00 2001 From: Malavan Sotheeswaran Date: Tue, 30 Jan 2024 17:12:00 -0500 Subject: [PATCH] skip memefficiency tests in CI as they are inconsistent (#250) --- build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.yaml b/build.yaml index 8b63cc7ff..28b578956 100644 --- a/build.yaml +++ b/build.yaml @@ -21,7 +21,7 @@ machamp: parent: make-build # https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-20-04 builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/keydb/keydb-ubuntu-20-04@sha256:cf869a3f5d1de1e1d976bb906689c37b7031938eb68661b844a38c532f27248c - command: ./runtest --clients 4 --verbose --tls + command: ./runtest --clients 4 --verbose --tls --skipunit unit/memefficiency cluster-test: type: cmd parent: make-build