Skip to content

Commit

Permalink
Clean up for #21680 (#21702)
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel committed Jul 20, 2020
1 parent 385291f commit a95515b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ public BuiltInDataTypesInMemoryTest(BuiltInDataTypesInMemoryFixture fixture)
{
}

[ConditionalFact(Skip = "Issue#21680")]
public override void Optional_datetime_reading_null_from_database()
{
base.Optional_datetime_reading_null_from_database();
}

public class BuiltInDataTypesInMemoryFixture : BuiltInDataTypesFixtureBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ public ConvertToProviderTypesInMemoryTest(ConvertToProviderTypesInMemoryFixture
{
}

[ConditionalFact(Skip = "Issue#21680")]
public override void Optional_datetime_reading_null_from_database()
{
base.Optional_datetime_reading_null_from_database();
}

public class ConvertToProviderTypesInMemoryFixture : ConvertToProviderTypesFixtureBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ public CustomConvertersInMemoryTest(CustomConvertersInMemoryFixture fixture)
{
}

[ConditionalFact(Skip = "Issue#21680")]
public override void Optional_datetime_reading_null_from_database()
{
base.Optional_datetime_reading_null_from_database();
}

// Disabled: In-memory database is case-sensitive
Expand Down

0 comments on commit a95515b

Please sign in to comment.