Skip to content

Commit

Permalink
skip lint for temporary skip directive
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Dec 13, 2024
1 parent 5ed5ae7 commit bf49461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-check_tbl_values_required.R
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ test_that(
test_that(
"check_tbl_values_required works when config contains non required modeling task.",
{
skip("Expectations have changed---update needed. See <https://github.com/hubverse-org/hubValidations/issues/180#issuecomment-2541884074>")
skip("Expectations have changed---update needed. See <https://github.com/hubverse-org/hubValidations/issues/180#issuecomment-2541884074>") # nolint: line_length_linter
hub_path <- test_path("testdata/hub-it")
file_path <- "Tm-Md/2023-11-04-Tm-Md.csv"
round_id <- "2023-11-04"
Expand Down

0 comments on commit bf49461

Please sign in to comment.