Skip to content

Commit 4a85b26

Browse files
committed
test: update portal corp test so that it does not run on macos x64
1 parent 8a1fc45 commit 4a85b26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

postgresql_extensions/tests/portal_corp.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#[cfg(not(all(target_os = "macos", target_arch = "x86_64")))]
12
#[cfg(feature = "portal-corp")]
23
#[tokio::test]
34
async fn test_lifecycle() -> anyhow::Result<()> {

0 commit comments

Comments
 (0)