Skip to content

Commit

Permalink
Remove disable from FilePluginE2EIT (#31693)
Browse files Browse the repository at this point in the history
* Remove disable from FilePluginE2EIT

* Update file-advisors.yaml
  • Loading branch information
jiangML authored Jun 14, 2024
1 parent 5adfc14 commit 3369dcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ advisors:
- name: create
type: method
params:
- index: 3
type: java.util.Map
- index: 0
type: org.apache.shardingsphere.metadata.persist.MetaDataPersistService
- index: 1
type: org.apache.shardingsphere.mode.manager.ContextManagerBuilderParameter
- index: 2
type: org.apache.shardingsphere.infra.instance.ComputeNodeInstanceContext
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.apache.shardingsphere.test.e2e.agent.file.asserts.ContentAssert;
import org.apache.shardingsphere.test.e2e.agent.file.cases.IntegrationTestCasesLoader;
import org.apache.shardingsphere.test.e2e.agent.file.cases.LogTestCase;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.condition.EnabledIf;
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.jupiter.api.extension.ExtensionContext;
Expand All @@ -35,7 +34,6 @@

import static org.junit.jupiter.api.Assertions.assertFalse;

@Disabled("Fix me by @jiangmaolin")
@ExtendWith(AgentTestActionExtension.class)
class FilePluginE2EIT {

Expand Down

0 comments on commit 3369dcc

Please sign in to comment.