Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pipeline {

# don't let these tests cause -1s because we aren't really paying that
# much attention to them
YETUS_ARGS+=("--tests-filter=checkstyle")
YETUS_ARGS+=("--tests-filter=checkstyle,test4tests")

# run in docker mode and specifically point to our
# Dockerfile since we don't want to use the auto-pulled version.
Expand Down Expand Up @@ -209,4 +209,4 @@ pipeline {
}
}
}
}
}