~jelmer/brz/fetch-rich-root

« back to all changes in this revision

Viewing changes to breezy/tests/per_interbranch/test_push.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-03-06 01:52:48 UTC
  • mfrom: (6876.7.1 vfrepo-insert-stream)
  • Revision ID: breezy.the.bot@gmail.com-20180306015248-nascdbag299ypxm0
Only check for specific behaviour over HPSS for VF repositories.

Merged from https://code.launchpad.net/~jelmer/brz/vfrepo-insert-stream/+merge/340583

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
        remote_bzrdir = local.controldir.sprout(
268
268
            self.get_url('remote'), revision_id=third)
269
269
        remote = remote_bzrdir.open_branch()
 
270
        if not remote.repository._format.supports_full_versioned_files:
 
271
            raise tests.TestNotApplicable(
 
272
                'remote is not a VersionedFile repository')
270
273
        # Push fourth revision
271
274
        self.reset_smart_call_log()
272
275
        self.disableOptimisticGetParentMap()