Fix for failing test RelationRepositoryTests.Get_Paged_Child_Entities_By_Parent_Id
This commit is contained in:
@@ -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 _);
|
||||
|
||||
Reference in New Issue
Block a user