diff --git a/.harness/SDK_androidclient_test.yaml b/.harness/SDK_androidclient_test.yaml index 83ace8eba..ecfd18e7a 100644 --- a/.harness/SDK_androidclient_test.yaml +++ b/.harness/SDK_androidclient_test.yaml @@ -18,8 +18,6 @@ pipeline: description: "" type: CI spec: - caching: - enabled: true cloneCodebase: true platform: os: Linux @@ -37,7 +35,7 @@ pipeline: language: Java buildTool: Gradle args: test - runOnlySelectedTests: false + runOnlySelectedTests: true reports: type: JUnit spec: @@ -45,19 +43,10 @@ pipeline: - "**/*.xml" enableTestSplitting: true testSplitStrategy: TestCount - failureStrategies: - - onFailure: - errors: - - Timeout - - Unknown - action: - type: Retry - spec: - onRetryFailure: - action: - type: MarkAsFailure - retryCount: 1 - retryIntervals: - - 30s - strategy: - parallelism: 2 + failureStrategies: + - onFailure: + errors: [] + action: + type: Retry + spec: + retryCount: 1