Skip to content

Commit

Permalink
test: Unskip DataBoostEnabled tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragsrivstv authored and amanda-tarafa committed Jun 23, 2023
1 parent a7a6d15 commit 1a1399d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public class PartitionedReadTests
[SkippableTheory, CombinatorialData]
public async Task DistributedReadAsync(bool dataBoostEnabled)
{
Skip.If(dataBoostEnabled, "https://github.com/googleapis/google-cloud-dotnet/issues/10492");
// TODO: xUnit 3 will allow to set traits to individual data rows, and we should use that instead for consistency.
Skip.If(dataBoostEnabled && _fixture.RunningOnEmulator, "DataBoostEnabled is not supported on the emulator");

Expand All @@ -56,7 +55,6 @@ public async Task DistributedReadAsync(bool dataBoostEnabled)
[SkippableTheory, CombinatorialData]
public async Task DistributedQueryAsync(bool dataBoostEnabled)
{
Skip.If(dataBoostEnabled, "https://github.com/googleapis/google-cloud-dotnet/issues/10492");
// TODO: xUnit 3 will allow to set traits to individual data rows, and we should use that instead for consistency.
Skip.If(dataBoostEnabled && _fixture.RunningOnEmulator, "DataBoostEnabled is not supported on the emulator");

Expand Down

0 comments on commit 1a1399d

Please sign in to comment.