Skip to content

Commit

Permalink
skip test_table_FormatValue for BRX
Browse files Browse the repository at this point in the history
  • Loading branch information
CEXT-Dan committed Jan 1, 2025
1 parent 243cdde commit f35e3bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unitTests/UnitTestPyActiveX.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ def test_iter_documents(self) -> None:
cnt +=1
self.assertNotEqual(cnt, 0)

@unittest.skipIf(*testcfg.makeSkip(testcfg.ETFlags.eBRX))
def test_table_FormatValue(self):
app = Ax.getApp()
doc = app.ActiveDocument
Expand Down

0 comments on commit f35e3bd

Please sign in to comment.