Skip to content

Commit

Permalink
[INLONG-9461][Manager] Fix failure of GroupTaskListenerFactoryTest (#…
Browse files Browse the repository at this point in the history
…9462)

* [INLONG-9461][Manager] Fix failure of GroupTaskListenerFactoryTest
---------

Co-authored-by: fuweng11 <[email protected]>
(cherry picked from commit b90e96b)
  • Loading branch information
vernedeng committed Dec 12, 2023
1 parent 7426680 commit 5248e4c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 72 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
CI: false

- name: Unit test with Maven
run: mvn --batch-mode --update-snapshots -e -V verify
run: mvn --batch-mode --update-snapshots -e -V test
env:
CI: false

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@
<executions>
<execution>
<id>end-to-end-tests-v1.13</id>
<goals>
<goal>integration-test</goal>
</goals>
<phase>integration-test</phase>
<configuration>
<includes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,6 @@
<executions>
<execution>
<id>end-to-end-tests-v1.15</id>
<goals>
<goal>integration-test</goal>
</goals>
<phase>integration-test</phase>
<configuration>
<includes>
Expand Down

0 comments on commit 5248e4c

Please sign in to comment.