Skip to content

test: unskip integration tests on emulator (#430) #1279

test: unskip integration tests on emulator (#430)

test: unskip integration tests on emulator (#430) #1279

Triggered via push September 11, 2024 08:12
Status Success
Total duration 47s
Artifacts
unit-tests
38s
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)