mirror of https://github.com/longtai-cn/hippo4j
parent
2402a5382d
commit
488d2afd7d
@ -1,27 +0,0 @@
|
|||||||
name: Test:ConnectHandlerTest.handlerTest
|
|
||||||
run-name: Known Flaky test
|
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
Test_Without_Nondex_Shuffling:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Set up JDK 8
|
|
||||||
uses: actions/setup-java@v3
|
|
||||||
with:
|
|
||||||
java-version: '8'
|
|
||||||
distribution: 'temurin'
|
|
||||||
- name: Test
|
|
||||||
run: mvn -pl hippo4j-common test -Dtest=cn.hippo4j.common.toolkit.ContentUtilTest#assertGetPoolContent
|
|
||||||
|
|
||||||
Test_With_Nondex_Shuffling:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Set up JDK 8
|
|
||||||
uses: actions/setup-java@v3
|
|
||||||
with:
|
|
||||||
java-version: '8'
|
|
||||||
distribution: 'temurin'
|
|
||||||
- name: Test
|
|
||||||
run: mvn -pl hippo4j-common edu.illinois:nondex-maven-plugin:2.1.1:nondex -Dtest=cn.hippo4j.common.toolkit.ContentUtilTest#assertGetPoolContent
|
|
Loading…
Reference in new issue