Skip to content

Commit 30b9182

Browse files
committedFeb 26, 2025
skip the test -- plugins.notifier-plugin/enabling-desktop-notifications because it does fit with CircleCI
1 parent a75e81d commit 30b9182

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed
 

‎tests.edn

+19-18
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
#kaocha/v1
2-
{:plugins [:kaocha.plugin.alpha/info
3-
:profiling
4-
:print-invocations
5-
:hooks
6-
:notifier
7-
:kaocha.plugin/version-filter]
2+
{:plugins [:kaocha.plugin.alpha/info
3+
:profiling
4+
:print-invocations
5+
:hooks
6+
:notifier
7+
:kaocha.plugin/version-filter]
88

9-
:tests [{:id :unit
10-
:test-paths ["test/shared"
11-
"test/unit"]}
12-
{:id :integration
13-
:type :kaocha.type/cucumber
14-
:test-paths ["test/shared"
15-
"test/features"]
16-
:cucumber/glue-paths ["test/step_definitions"]}]
9+
:tests [{:id :unit
10+
:test-paths ["test/shared"
11+
"test/unit"]}
12+
{:id :integration
13+
:type :kaocha.type/cucumber
14+
:test-paths ["test/shared"
15+
"test/features"]
16+
:cucumber/glue-paths ["test/step_definitions"]
17+
:kaocha.filter/skip [plugins.notifier-plugin/enabling-desktop-notifications]}]
1718

18-
:kaocha.hooks/pre-load [kaocha.assertions/load-assertions]
19+
:kaocha.hooks/pre-load [kaocha.assertions/load-assertions]
1920

20-
:kaocha/bindings {kaocha.stacktrace/*stacktrace-filters* []
21-
kaocha.stacktrace/*stacktrace-stop-list* []}
21+
:kaocha/bindings {kaocha.stacktrace/*stacktrace-filters* []
22+
kaocha.stacktrace/*stacktrace-stop-list* []}
2223

23-
:reporter kaocha.report/documentation}
24+
:reporter kaocha.report/documentation}

0 commit comments

Comments
 (0)
Please sign in to comment.