From 3a01d0256adac6b517cac48d6e0848f9680d53d6 Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Wed, 5 Jul 2023 09:51:40 -0700 Subject: [PATCH] Disable hello_versioned_so test Hopefully temporarily. --- .github/workflows/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f480f0ef6f..3bb57fc70e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -256,9 +256,6 @@ jobs: - name: Run versioned_custom_libname_so example tests run: cargo test --package versioned_custom_libname_so --features "pg$PG_VER" --no-default-features - - name: Run versioned_so example tests - run: cargo test --package versioned_so --features "pg$PG_VER" --no-default-features - # Attempt to make the cache payload slightly smaller. - name: Clean up built PGRX files run: |