File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,19 @@ def setUpMocked(test):
117117
118118
119119def ensure_cratedb_layer ():
120+ """
121+ In order to skip individual tests by manually disabling them within
122+ `def test_suite()`, it is crucial make the test layer not run on each
123+ and every occasion. So, things like this will be possible::
124+
125+ ./bin/test -vvvv --ignore_dir=testing
126+
127+ TODO: Through a subsequent patch, the possibility to individually
128+ unselect specific tests might be added to `def test_suite()`
129+ on behalf of environment variables.
130+ A blueprint for this kind of logic can be found at
131+ https://github.com/crate/crate/commit/414cd833.
132+ """
120133 global crate_layer
121134
122135 if crate_layer is None :
You can’t perform that action at this time.
0 commit comments