Fix for failing test RelationRepositoryTests.Get_Paged_Child_Entities_By_Parent_Id

This commit is contained in:
Paul Johnson
2020-11-20 09:39:09 +00:00
parent daf972fc62
commit 4520b2ab21

View File

@@ -250,8 +250,7 @@ namespace Umbraco.Tests.Integration.Umbraco.Infrastructure.Persistence.Repositor
}
[Test]
// TODO: What's wrong with this since composition got removed.
[Explicit("System.InvalidOperationException : No data for media 1061")]
[UmbracoTest(Database = UmbracoTestOptions.Database.NewSchemaPerTest, Boot = true)]
public void Get_Paged_Child_Entities_By_Parent_Id()
{
CreateTestDataForPagingTests(out var createdContent, out var createdMembers, out _);