From 040b12996eeb7d4558d37c8024faeff9e62ed362 Mon Sep 17 00:00:00 2001 From: Alexis Campailla Date: Thu, 6 Aug 2015 00:17:48 +0200 Subject: [PATCH 1/2] Simple change to test CI Commit description blah blah blah --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 12fd05aa5ff0..b1c6afbf6547 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Evented I/O for V8 javascript. [![Build Status](https://secure.travis-ci.org/joyent/node.png)](http://travis-ci.org/joyent/node) === +blah + ### To build: Prerequisites (Unix only): From 2a5d84339371e673a9b33515a39f3b2df4e5688f Mon Sep 17 00:00:00 2001 From: Alexis Campailla Date: Thu, 6 Aug 2015 00:22:53 +0200 Subject: [PATCH 2/2] test: mark test-tls-securepair-server as flaky This test failed in a recent Jenkins run for a change that was 100% not related to it. --- test/simple/simple.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/simple/simple.status b/test/simple/simple.status index 896ef97aa0fe..ca886f861e91 100644 --- a/test/simple/simple.status +++ b/test/simple/simple.status @@ -13,6 +13,7 @@ test-fs-empty-readStream : PASS,FLAKY test-cluster-bind-twice-v2 : PASS,FLAKY test-pipe-file-to-http : PASS,FLAKY test-stream2-stderr-sync : PASS,FLAKY +test-tls-securepair-client : PASS,FLAKY test-tls-securepair-server : PASS,FLAKY test-timers-first-fire : PASS,FLAKY