Skip to content

More robust method of skipping tests that fail under Conda

Karl Wette requested to merge (removed):skip-tests-that-fail-under-conda into master

Description

Does not rely on patching src/pulsar/Makefile.in which could break if the internal format of that file changes. (It's also hard to update the patch if making changes to src/pulsar/Makefile.am which I'm trying to do in another branch.)

Also, only 3 of the Weave tests should be hardware-dependent, since they compare against reference results. The other tests should work, and so it would be good to have them running.

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

Review Status

@duncanmmacleod to review

Merge request reports