comment disabling the housekeeping at the begining of each test as it's not needed anymore

This commit is contained in:
M0stafaRady 2022-10-07 07:02:58 -07:00
parent 0f167fc041
commit 2dc29bb207
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class Caravel_env:
"""start carvel by insert power then reset"""
async def start_up(self):
await self.power_up()
await self.disable_csb()
# await self.disable_csb() # no need for this anymore as default for gpio3 is now pullup
await self.reset()
await self.disable_bins()
common.fill_macros(self.dut.macros) # get macros value