whisklabs / docker-it-scala

Docker integration testing kit with Scala
MIT License
431 stars 91 forks source link

Ignoring/excluding test cases #107

Open BBartosz opened 6 years ago

BBartosz commented 6 years ago

Im not sure is it proper place to address this question. I want to have a way to exclude docker test just for sake of local testing. I still want them in my CI pipeline. So my question is: Is there a way to run all of the specs but dont run one with docker? I know i can tag tests but this is not something I actually want. If I will tag specs as WhateverTag and exclude that that from my sbt test command, still all of the containers will try to run etc. which exactly I want to avoid. Any ideas how it can be accomplished?