chore(system): remove the task run page

Part-of: https://github.com/kestra-io/kestra-ee/issues/5174
This commit is contained in:
Loïc Mathieu
2025-09-23 10:49:36 +02:00
parent 6340d1c72f
commit 02d9c589fb
11 changed files with 14 additions and 316 deletions

View File

@@ -1,16 +1,6 @@
package io.kestra.repository.mysql;
import io.kestra.jdbc.repository.AbstractJdbcExecutionRepositoryTest;
import org.junit.jupiter.api.Test;
public class MysqlExecutionRepositoryTest extends AbstractJdbcExecutionRepositoryTest {
@Test
protected void findTaskRun() {
}
@Test
protected void taskRunsDailyStatistics() {
}
}