Add 'os_dependent' marker to tests

Signed-off-by: Slawomir Jankowski <slawomir.jankowski@intel.com>
This commit is contained in:
Slawomir Jankowski
2020-08-12 15:39:03 +02:00
parent abf98d798e
commit 4b39811c43
14 changed files with 30 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ cores_number = 2
iterations_per_config = 5
@pytest.mark.os_dependent
@pytest.mark.parametrizex("cache_mode", CacheMode.with_traits(CacheModeTrait.LazyWrites))
@pytest.mark.parametrizex("cleaning_policy", CleaningPolicy)
@pytest.mark.parametrizex("cache_line_size", CacheLineSize)