Skip to content

Integration tests fail if LANG is not "" #18021

@6543

Description

@6543

gitea version: 9296baf

to reproduce:

export LANG=de_DE.UTF-8
make test-sqlite

expected: they should pass

affected tests:

  • TestAPILFSBatch/Download/MetaNotFound (api_repo_lfs_test.go:186 - should be false)
  • TestAPILFSUpload/AlreadyExistsInStore (api_repo_lfs_test.go:360 - should be false)
  • TestMirrorPush (mirror_push_test.go:51 - hould have 1 item(s), but has 2; mirror_push_test.go:54 - should be true)
  • TestCreateNewTagProtected/API (repo_tag_test.go:33, unexpected error)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions