Skip to content

Commit

Permalink
Update EnableEmbeddedDatabaseTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Apr 9, 2024
1 parent e68924f commit 7ee654f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package io.microsphere.spring.test.jdbc.embedded;

import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.slf4j.Logger;
Expand All @@ -24,6 +25,7 @@
* @author <a href="mailto:mercyblitz@gmail.com">Mercy<a/>
* @since 1.0.0
*/
@Ignore
@RunWith(SpringRunner.class)
@ContextConfiguration(classes = EnableEmbeddedDatabaseTest.class)
@EnableEmbeddedDatabase(dataSource = "primary", primary = true)
Expand Down

0 comments on commit 7ee654f

Please sign in to comment.