Skip to content

Commit

Permalink
fix: 修改sofa插件的e2e测试
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmXu committed Jan 16, 2024
1 parent 6c0bad2 commit 7a1769e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ public class SofaPluginCases implements ShenYuScenarioProvider {
@Override
public List<ScenarioSpec> get() {
return Lists.newArrayList(
testSofaFindAll()
// testWithUriEquals(),
// testWithUriPathPattern(),
// testWithUriStartWith(),
// testWithEndWith(),
testSofaFindAll(),
testWithUriEquals(),
testWithUriPathPattern(),
testWithUriStartWith(),
testWithEndWith()
// testWithMethodGet(),
// testWithMethodPost(),
// testWithMethodPut(),
Expand Down

0 comments on commit 7a1769e

Please sign in to comment.