temporarily disable behavior task test
This commit is contained in:
parent
a26c8c6bd9
commit
96583eafd8
|
@ -1,3 +1,5 @@
|
|||
import pytest
|
||||
|
||||
import omnigibson as og
|
||||
from omnigibson.macros import gm
|
||||
|
||||
|
@ -57,6 +59,9 @@ def test_point_navigation_task():
|
|||
task_tester("PointNavigationTask")
|
||||
|
||||
|
||||
@pytest.mark.skip(
|
||||
reason="currently broken because wicker baskets become fillable but do no have fillable volume annotation"
|
||||
)
|
||||
def test_behavior_task():
|
||||
task_tester("BehaviorTask")
|
||||
|
||||
|
|
Loading…
Reference in New Issue