From ee091c75da2adb931878a9327ae893c3c7824918 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Fri, 10 Jan 2025 11:56:38 +0100 Subject: [PATCH] try to fix api tests --- api_tests/run-federation-test.sh | 2 +- api_tests/src/image.spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api_tests/run-federation-test.sh b/api_tests/run-federation-test.sh index 969a95b3e..f9eab5039 100755 --- a/api_tests/run-federation-test.sh +++ b/api_tests/run-federation-test.sh @@ -11,7 +11,7 @@ killall -s1 lemmy_server || true popd pnpm i -pnpm api-test || true +pnpm api-test-image || true killall -s1 lemmy_server || true killall -s1 pict-rs || true diff --git a/api_tests/src/image.spec.ts b/api_tests/src/image.spec.ts index d25ab7f4c..1e8c66cba 100644 --- a/api_tests/src/image.spec.ts +++ b/api_tests/src/image.spec.ts @@ -37,7 +37,7 @@ import { beforeAll(setupLogins); afterAll(async () => { - await Promise.all([unfollows(), deleteAllImages(alpha)]); + //await Promise.all([unfollows(), deleteAllImages(alpha)]); }); test("Upload image and delete it", async () => {