Skip to content

Commit 91438a2

Browse files
committed
Remove unstable logger unit test
1 parent 7007110 commit 91438a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Sentinel core unit tests
4242
run: |
43-
bazel test --test_filter=*-ParamMetricTest.TestOperateMetric --test_output=errors --strategy=TestRunner=standalone //sentinel-core/...
43+
bazel test --test_filter=*-ParamMetricTest.TestOperateMetric:LoggerTest.* --test_output=errors --strategy=TestRunner=standalone //sentinel-core/...
4444
4545
- name: Sentinel datasource extension tests
4646
run: |

0 commit comments

Comments
 (0)