Skip to content

Commit

Permalink
跳过vdb单测
Browse files Browse the repository at this point in the history
  • Loading branch information
yepeiwen01 committed Jan 22, 2025
1 parent 9ef4646 commit 872df92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_core_components_baidu_vdb_retriever.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from appbuilder import BaiduVDBVectorStoreIndex,TableParams
from appbuilder.core.component import Message

@unittest.skipUnless(os.getenv("TEST_CASE", "UNKNOWN") == "CPU_PARALLEL", "")
@unittest.skip(reason="vdb欠费了,跳过")
class TestBaiduVbdRetriever(unittest.TestCase):
def setUp(self):
self.instance_id=os.getenv("INSTANCE_ID", "UNKNOWN")
Expand Down

0 comments on commit 872df92

Please sign in to comment.