We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23dabda commit 16cd56eCopy full SHA for 16cd56e
.github/workflows/test-smoketests.yml
@@ -51,8 +51,10 @@ jobs:
51
- name: decorator smoke test
52
run: python test/smoketest_profile_decorator.py
53
54
- - name: line invalidation test
55
- run: python test/smoketest_line_invalidation.py
+ # FIXME: these tests are broken under the current Github runner
+ #
56
+ # - name: line invalidation test
57
+ # run: python test/smoketest_line_invalidation.py
58
59
# Note: This test doesn't need to read an output,
60
# it is meant to determine if there is an ImportError
0 commit comments