Skip to content

Commit

Permalink
tests: disable storage tests for toml and kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach committed Sep 29, 2020
1 parent 488ba93 commit 4e76908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/shell/include_common.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ is_not_rw_storage() {
-o "x$PLUGIN" = "xyamlcpp" \
-o "x$PLUGIN" = "xyanlr" \
-o "x$PLUGIN" = "xyawn" \
-o "x$PLUGIN" = "xkconfig" \
-o "x$PLUGIN" = "xtoml" \
-o "x$PLUGIN" = "xdini"
}

Expand Down Expand Up @@ -995,6 +997,4 @@ export_check() {
#
#
#
#
#
# empty lines up to 1000 so that line numbers in the resulting scripts are more useful

0 comments on commit 4e76908

Please sign in to comment.