Skip to content

Commit

Permalink
Disable Cosmos test failing on C.I. (#33405)
Browse files Browse the repository at this point in the history
See #33402
  • Loading branch information
ajcvickers authored Mar 26, 2024
1 parent 92e6124 commit f99afbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/EFCore.Cosmos.FunctionalTests/EndToEndCosmosTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
=> modelBuilder.Entity<Customer>().Property(c => c.Name).ToJsonProperty("");
}

[ConditionalFact]
[ConditionalFact(Skip = "Fails only on C.I. See #33402")]
public async Task Add_update_delete_query_throws_if_no_container()
{
await using var testDatabase = await CosmosTestStore.CreateInitializedAsync("EndToEndEmpty");
Expand Down

0 comments on commit f99afbb

Please sign in to comment.