Skip to content

Commit f44c13f

Browse files
committed
test: skip pseudo-tty/no_dropped_stdio test
We had marked it as flaky but in some failures it hangs and does not seem to timeout, and or is reported as an error. Also add prefix to status file as it was missing. Also fix name of status file in testcfg.py. It was pointing to message.status instead of pseudo-tty.status.
1 parent 137b7cb commit f44c13f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/pseudo-tty/pseudo-tty.status

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
prefix pseudo-tty
2+
13
[$system==aix]
24
# test issue only, covered under https://github.com/nodejs/node/issues/7973
3-
no_dropped_stdio : PASS, FLAKY
5+
no_dropped_stdio : SKIP

test/pseudo-tty/testcfg.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def GetBuildRequirements(self):
152152
return ['sample', 'sample=shell']
153153

154154
def GetTestStatus(self, sections, defs):
155-
status_file = join(self.root, 'message.status')
155+
status_file = join(self.root, 'pseudo-tty.status')
156156
if exists(status_file):
157157
test.ReadConfigurationInto(status_file, sections, defs)
158158

0 commit comments

Comments
 (0)