Unverified Commit 51df42e9 authored by Jon Seager's avatar Jon Seager
Browse files

rockcraft: ignore broken test

We're using a later version of craft-application
than expected, so a static assertion in the test
suite is no longer valid, but doesn't affect
actual operation.

Can be removed in a later version of rockcraft.
parent 8efcdcd2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -60,6 +60,11 @@ python3Packages.buildPythonApplication rec {
    "test_run_init_django"
    # Mock is broken for Unix FHS reasons.
    "test_run_pack_services"
    # Later version of craft-application is being used, which adds an
    # additional kind of file to be ignored, and invalidates a somewhat
    # static assertion. Can be removed in a later version once rockcraft
    # catches up with craft-application version.
    "test_lifecycle_args"
  ];

  versionCheckProgramArg = "--version";