Skip to content

Commit

Permalink
tests: Skip Bigtable samples tests as dependencies are now too old.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Jun 7, 2022
1 parent db5e79a commit 396739b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bigtable/api/BigtableTest/runTests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# License for the specific language governing permissions and limitations under
# the License.

# Skipping tests because of https://github.com/GoogleCloudPlatform/dotnet-docs-samples/issues/992
return

Import-Module ..\..\..\BuildTools.psm1 -DisableNameChecking

Require-Platform Win*
Expand Down
4 changes: 3 additions & 1 deletion bigtable/api/SnippetsTest/runTest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
dotnet test --test-adapter-path:. --logger:junit -v n

dotnet restore --force
dotnet test --no-restore --test-adapter-path:. --logger:junit 2>&1 | %{ "$_" }

0 comments on commit 396739b

Please sign in to comment.