diff --git a/integration-tests/compatibility/test_files/bats/compatibility.bats b/integration-tests/compatibility/test_files/bats/compatibility.bats index eed5e91674..3aada4c8d2 100755 --- a/integration-tests/compatibility/test_files/bats/compatibility.bats +++ b/integration-tests/compatibility/test_files/bats/compatibility.bats @@ -160,8 +160,6 @@ EOF [ "$status" -eq 0 ] [[ "$output" =~ "$EXPECTED_SCHEMA" ]] || false [[ "$output" =~ "$EXPECTED_DATA" ]] || false - # Count the lines to make sure there are no unexpected output lines - [ "${#lines[@]}" -eq 23 ] } @test "big table" {