add label to enforce running k8s test#13168
Conversation
Test Results - Preflight, Unit22 281 tests +4 20 538 ✅ - 1 16m 46s ⏱️ + 1m 10s Results for commit 80a5dea. ± Comparison against base commit 0809063. This pull request removes 35 and adds 39 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files ± 0 5 suites ±0 2h 39m 55s ⏱️ + 2m 42s For more details on these failures, see this check. Results for commit 80a5dea. ± Comparison against base commit 0809063. This pull request removes 56 and adds 181 tests. Note that renamed tests count towards both.This pull request removes 7 skipped tests and adds 21 skipped tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 1h 59m 29s ⏱️ -33s Results for commit 80a5dea. ± Comparison against base commit 0809063. This pull request removes 56 and adds 181 tests. Note that renamed tests count towards both.This pull request removes 7 skipped tests and adds 21 skipped tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
bdf2ebc to
84d5a17
Compare
dfangl
left a comment
There was a problem hiding this comment.
Can you add this marker as well in the pytest_configure function (after line 230)? Otherwise pytest might raise warnings about unknown markers.
Motivation
Adding a new marker to allow us to enforce running certain test in k8s environment. This is required as by default only
aws_validatedtests are running in the k8s test suite.Changes
k8s_always_runmarker