Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • hive/tests_api
1 result
Show changes
Commits on Source (2)
......@@ -3,6 +3,8 @@ test_name: Hivemind database_api.list_votes patterns test order "by_voter_commen
marks:
- patterntest # show "voter": "nxt2" votes, not connected with author and permlink (like no data)
- failing
- xfail # order of votes on CI is consistently different than order on steemdev
includes:
- !include ../../common.yaml
......
......@@ -3,6 +3,8 @@ test_name: Hivemind database_api.list_votes patterns test order "by_voter_commen
marks:
- patterntest
- failing
- xfail # order of votes on CI is consistently different than order on steemdev
includes:
- !include ../../common.yaml
......
......@@ -3,6 +3,8 @@ test_name: Hivemind database_api.list_votes patterns test order "by_voter_commen
marks:
- patterntest
- failing
- xfail # order of votes on CI is consistently different than order on steemdev
includes:
- !include ../../common.yaml
......