Skip to content

test: unskip integration tests on emulator #1278

test: unskip integration tests on emulator

test: unskip integration tests on emulator #1278

Triggered via pull request September 11, 2024 07:54
Status Success
Total duration 47s
Artifacts

build-and-test.yml

on: pull_request
unit-tests
37s
unit-tests
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
unit-tests: Google.Cloud.EntityFrameworkCore.Spanner.Tests/AbortedTransactionsTests.cs#L286
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
unit-tests: Google.Cloud.EntityFrameworkCore.Spanner.Tests/AbortedTransactionsTests.cs#L286
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)