Disable unit tests during integration test run (SC-672)#1141
Conversation
|
Hello! Thank you for this proposed change to cloud-init. This pull request is now marked as stale as it has not seen any activity in 14 days. If no activity occurs within the next 7 days, this pull request will automatically close. If you are waiting for code review and you are seeing this message, apologies! Please reply, tagging mitechie, and he will ensure that someone takes a look soon. (If the pull request is closed and you would like to continue working on it, please do tag mitechie to reopen it.) |
ee85a96 to
8bda8e1
Compare
8bda8e1 to
e08b867
Compare
|
This shaves about 1 minute from the longest running travis test: Without unittests: 12m 7s The latest commit reverted a failing unit test that was used for validating that unittests were not run during integration testing. |
|
Changes look good to me, but I'm still entirely sure all of the use cases of packages/debian and if it's appropriate to disable tests there. @blackboxsw , thoughts? |
|
@TheRealFalcon I undid changes to the debian For context: this skips the tests by adding |
Checklist: