Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -25,7 +25,7 @@ import org.thingsboard.server.queue.memory.InMemoryStorage; |
25 | 25 | import java.util.Arrays; |
26 | 26 | |
27 | 27 | @RunWith(ClasspathSuite.class) |
28 | -@ClasspathSuite.ClassnameFilters({"org.thingsboard.server.edge.sql.*IGNORED_Test"}) | |
28 | +@ClasspathSuite.ClassnameFilters({"org.thingsboard.server.edge.sql.*Test"}) | |
29 | 29 | public class EdgeSqlTestSuite { |
30 | 30 | |
31 | 31 | @ClassRule | ... | ... |