change st test level

This commit is contained in:
lizhenyu 2022-06-29 16:36:48 +08:00
parent 5edb373312
commit 6892a1ca06
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ import os
import pytest
@pytest.mark.level0
@pytest.mark.level2
@pytest.mark.platform_x86_gpu_training
@pytest.mark.env_single
def test_embedding_cache_distribute_gpu():

View File

@ -17,7 +17,7 @@ import os
import pytest
@pytest.mark.level0
@pytest.mark.level2
@pytest.mark.platform_x86_gpu_training
@pytest.mark.env_single
def test_embedding_cache_distribute_sparse_gpu():

View File

@ -17,7 +17,7 @@ import os
import pytest
@pytest.mark.level0
@pytest.mark.level2
@pytest.mark.platform_x86_gpu_training
@pytest.mark.env_single
def test_embedding_cache_standalone_gpu():