Commit a0b84ca9 authored by Doron Behar's avatar Doron Behar
Browse files

thrift: fix build on darwin

parent 137d5bf3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ stdenv.mkDerivation (finalAttrs: {
    # Tests that hang up in the Darwin sandbox
    "SecurityTest"
    "SecurityFromBufferTest"
    "PythonThriftTNonblockingServer"

    # fails on hydra, passes locally
    "concurrency_test"
@@ -94,6 +95,7 @@ stdenv.mkDerivation (finalAttrs: {
    "TInterruptTest"
    "TServerIntegrationTest"
    "processor"
    "processor_test"
    "TNonblockingServerTest"
    "TNonblockingSSLServerTest"
    "StressTest"