Skip to content

Commit a24bae5

Browse files
committed
Revert "test: skip test_gitlint on PR #5048"
This reverts commit 38a6faf. Signed-off-by: Patrick Roy <[email protected]>
1 parent 38a6faf commit a24bae5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/integration_tests/style/test_gitlint.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@
44

55
import os
66

7-
import pytest
8-
97
from framework import utils
108
from framework.ab_test import DEFAULT_A_REVISION
119

1210

13-
@pytest.mark.skipif(
14-
os.environ.get("BUILDKITE_PULL_REQUEST") == "5048",
15-
reason="PR of a feature branch from before this test was modified to follow Linux sign-off rules for co-authors.",
16-
)
1711
def test_gitlint():
1812
"""
1913
Test that all commit messages pass the gitlint rules.

0 commit comments

Comments
 (0)