Skip to content

fix test groups #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/sql/secret/secret_aws.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# name: test/sql/secret/secret_aws.test
# description: Tests secret refreshing
# group: [secrets]
# group: [secret]

require-env S3_TEST_SERVER_AVAILABLE 1

Expand Down
2 changes: 1 addition & 1 deletion test/sql/secret/secret_refresh.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# name: test/sql/secret/secret_refresh.test
# description: Tests secret refreshing
# group: [secrets]
# group: [secret]

require-env S3_TEST_SERVER_AVAILABLE 1

Expand Down
2 changes: 1 addition & 1 deletion test/sql/secret/secret_refresh_attach.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# name: test/sql/secret/secret_refresh_attach.test
# description: Tests secret refreshing
# group: [secrets]
# group: [secret]

require-env S3_TEST_SERVER_AVAILABLE 1

Expand Down
2 changes: 1 addition & 1 deletion test/sql/secret/test_secret_type.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# name: test/sql/secret/test_secret_type.test
# description: Test the secret types added by this extension
# group: [httpfs]
# group: [secret]

require httpfs

Expand Down