Skip to content

Commit

Permalink
move regression tests parameters to parameters-local
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-akolodziejczyk committed Feb 29, 2024
1 parent a072afd commit ae68a34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ __pycache__/
*.xsd.cs

# Unencrypted file
Snowflake.Data.Tests/parameters.json
*.xml

# WhiteSource
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions ci/container/test_component.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export SOURCE_ROOT=${SOURCE_ROOT:-/mnt/host}
export WORKSPACE=${WORKSPACE:-/mnt/workspace}

cd $SOURCE_ROOT
cp Snowflake.Data.Tests/parameters-local.json Snowflake.Data.Tests/parameters.json
# todo unignore MaxLobSizeIT after SNOW-1058345 is fixed
dotnet test -f net6.0 -l "console;verbosity=normal" --logger:"junit;LogFilePath=$WORKSPACE/junit-dotnet.xml" --filter "FullyQualifiedName!=Snowflake.Data.Tests.IntegrationTests.MaxLobSizeIT"

0 comments on commit ae68a34

Please sign in to comment.