Skip to content

Commit

Permalink
fix(ci): re-enable skipped backwards compatibility tests (#3434)
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Aug 1, 2023
1 parent fc0f21e commit 34861b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/cli/smdk_smoke_tests/smdk-basic.bats
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ setup_file() {
}

@test "Generate and test aggregate - (stable fluvio-smartmodule / no params)" {
skip "Skips aggregate due to encoding/decoding versioning for SmartModuleAggregateInput"
LABEL=default
SMDK_SM_TYPE=aggregate
PARAMS_FLAG=--no-params
Expand Down Expand Up @@ -439,8 +438,6 @@ setup_file() {
}

@test "Generate and build aggregate - (stable fluvio-smartmodule / with params)" {
skip "Skips aggregate due to encoding/decoding versioning for SmartModuleAggregateInput"

LABEL=default-params
SMDK_SM_TYPE=aggregate
PARAMS_FLAG=--with-params
Expand Down

0 comments on commit 34861b9

Please sign in to comment.