Skip to content

Commit

Permalink
revert code
Browse files Browse the repository at this point in the history
  • Loading branch information
coderzc committed Nov 22, 2023
1 parent f0393ce commit 01eb1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
path: ~/hadoop-3.3.2.tar.gz
key: ${{ runner.os }}--hadoop
restore-keys: ${{ runner.os }}--hadoop
restore-keys: ${{ runner.os }}-hadoop

- name: Download HDFS
if: steps.hdfs-cache.outputs.cache-hit != 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
import org.apache.hugegraph.util.Log;
import org.junit.Before;
import org.junit.Test;
import org.junit.jupiter.api.RepeatedTest;
import org.mockito.Mockito;
import org.slf4j.Logger;

Expand Down Expand Up @@ -223,7 +222,7 @@ public void testUnSchedulable() {
future.cancel(true);
}

@RepeatedTest(20)
@Test
public void testJobCancelled() {
super.updateOptions(KubeSpecOptions.MASTER_ARGS.name(),
Lists.newArrayList("pwd && sleep 60"));
Expand Down

0 comments on commit 01eb1aa

Please sign in to comment.