Skip to content

Commit

Permalink
add docker login and exclude auth tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-akolodziejczyk committed Dec 5, 2024
1 parent cddccf2 commit cc7e6b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/test_authentication.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -o pipefail
THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export WORKSPACE=${WORKSPACE:-/tmp}

source $THIS_DIR/scripts/login_internal_docker.sh
gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" --output $THIS_DIR/../.github/workflows/parameters_aws_auth_tests.json "$THIS_DIR/../.github/workflows/parameters_aws_auth_tests.json.gpg"

docker run \
Expand Down
3 changes: 2 additions & 1 deletion src/test/java/net/snowflake/client/suites/UnitTestSuite.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
TestTags.LOADER,
TestTags.OTHERS,
TestTags.RESULT_SET,
TestTags.STATEMENT
TestTags.STATEMENT,
TestTags.AUTHENTICATION
})
public class UnitTestSuite {}

0 comments on commit cc7e6b6

Please sign in to comment.