summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJames Falcon <TheRealFalcon@users.noreply.github.com>2020-12-09 15:49:11 -0600
committerGitHub <noreply@github.com>2020-12-09 16:49:11 -0500
commit17ca02e10623b12065532b26de9cefcccee0062c (patch)
tree6e3a42a784a716cea4f63bee7e5ef8e191ecf925 /tox.ini
parent7ec314a96e764c52181e29902a27346b1021b000 (diff)
downloadcloud-init-git-17ca02e10623b12065532b26de9cefcccee0062c.tar.gz
Add integration test for power_state_change module (#717)
Also introduce the `unstable` mark, to allow us to land tests which run inconsistently (such as this one).
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index df1deb6f..1841247b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -180,3 +180,4 @@ markers =
instance_name: the name to be used for the test instance
sru_2020_11: test is part of the 2020/11 SRU verification
ubuntu: this test should run on Ubuntu
+ unstable: skip this test because it is flakey