这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.baeldung.spring.data.jpa.filtering;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.domain.EntityScan;
Expand All @@ -21,6 +22,7 @@
type = FilterType.ASSIGNABLE_TYPE,
value = WearableValidEntity.class
))
@Disabled("Disabled due to ApplicationContext failure caused by an invalid entity. Enable the test and view the logs.")
public class WearableRepositoryInvalidEntityIntegrationTest {

@Autowired
Expand Down