Skip to content

Commit

Permalink
disable cond2im test on flux
Browse files Browse the repository at this point in the history
  • Loading branch information
noskill committed Jan 16, 2025
1 parent 84bdaab commit 7306860
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/pipe_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ def get_model(self):
def test_lpw_turned_off(self):
pass

@unittest.skip('not implemented yet')
def test_cond2im(self):
pass


if __name__ == '__main__':
setup_logger('test_pipe.log')
Expand Down

0 comments on commit 7306860

Please sign in to comment.