Skip to content

Commit

Permalink
Github Actions: Disable some TTY tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dermesser committed Jun 12, 2024
1 parent 0dbbc3e commit 176ecb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/stream_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ namespace {

using namespace uvco;

TEST(TtyTest, stdioTest) {
// Doesn't work on Github Actions because no TTY is attached.
TEST(TtyTest, DISABLED_stdioTest) {
uint64_t counter = 0;
auto setup = [&counter](const Loop &loop) -> uvco::Promise<void> {
std::vector<TtyStream> ttys;
Expand Down

0 comments on commit 176ecb8

Please sign in to comment.