• Patrick Ohly's avatar
    e2e/storage: remove test pattern filtering · 46436240
    Patrick Ohly authored
    The recommended approach for not running unsuitable tests is to skip
    them at runtime with an explanation. Filtering out unsuitable test
    patters and thus not even defining unsuitable tests was done earlier
    because it was faster than skipping tests at runtime.
    
    But now these tests can be skipped efficiently, so this special case
    can be removed.
    46436240
in_tree_volumes.go 2.33 KB