Skip to content

Commit

Permalink
comment out rdf
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Apr 25, 2024
1 parent ffb49fa commit 0788b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/clitest/test_mkngff.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ def test_mkngff(self, capfd): # type: ignore
oid = self.create_object(object_type, name=f"{name}")
obj_arg = f"{object_type}:{oid}"
self.args += [obj_arg]
out = self.rdf(capfd)
assert out
# out = self.rdf(capfd)
# assert out

0 comments on commit 0788b60

Please sign in to comment.